Click or drag to resize

SecurityHubGroupIsInRole Method

Determines if group is in role based on database ID values.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool GroupIsInRole(
	Guid groupID,
	Guid roleID
)
View Source

Parameters

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

Return Value

Boolean
true if group is in role; otherwise, false.
See Also