Click or drag to resize

SecurityHubRemoveUserFromRole Method

Removes user from a role.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[AuthorizeHubRoleAttribute("Administrator")]
public bool RemoveUserFromRole(
	Guid userID,
	Guid roleID
)
View Source

Parameters

userID  Guid
User ID value.
roleID  Guid
Role ID value.

Return Value

Boolean
true if user was removed; otherwise false.
See Also