Click or drag to resize

UserRoleAssignmentsIsUserInRole Method

Namespace:  Colygon.MatchPoint.Workspaces.Roles
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public virtual bool IsUserInRole(
	string role,
	Identity identity
)

Parameters

role
Type: SystemString
identity
Type: Colygon.MatchPoint.Common.SecurityIdentity

Return Value

Type: Boolean
See Also