MPUtilityIsUserInRole Method |
Returns 'true' if the current user has the specified role on the current web.
Namespace:
Colygon.MatchPoint.Core
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public static bool IsUserInRole(
string roleName
)
Parameters
- roleName
- Type: SystemString
Return Value
Type:
BooleanSee Also