Click or drag to resize

SecurityHubAddNewUserAccount Method

Adds a new user account.

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

Parameters

record  UserAccount
User account model instance to add.
See Also