Click or drag to resize

SecurityHubRemoveGroupFromRole Method

Removes group from a role.

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

Parameters

groupID  Guid
Group ID value.
roleID  Guid
Role ID value.

Return Value

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