Checks whether the user is in the specified role.
Namespace: Colygon.MatchPoint.Common.SecurityAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public bool IsInRole(
string role
)
Parameters
- role
- Type: SystemString
The role to check.
Return Value
Type:
BooleanTrue if and only if the user is in the specified role.
See Also