|
SecurityHubGroupIsInRole Method
|
Determines if group is in role based on database ID values.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax Public Function GroupIsInRole (
groupID As Guid,
roleID As Guid
) As Boolean
member GroupIsInRole :
groupID : Guid *
roleID : Guid -> bool
function GroupIsInRole(groupID, roleID);
View SourceParameters
- groupID Guid
- Group ID value.
- roleID Guid
- Role ID value.
Return Value
Booleantrue if group is in role; otherwise,
false.
See Also