Click or drag to resize

SecurityHubDeleteUserAccount Method

Deletes user account.

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

Parameters

id  Guid
Unique ID of user account.
See Also