Click or drag to resize

SecurityHubUpdateUserAccount Method

Updates user account.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(UserAccount), RecordOperation.UpdateRecord)]
[AuthorizeHubRoleAttribute("Administrator")]
public void UpdateUserAccount(
	UserAccount record
)
View Source

Parameters

record  UserAccount
User account model instance to update.
See Also