Click or drag to resize

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
C#
public static bool IsUserInRole(
	string roleName
)

Parameters

roleName
Type: SystemString

Return Value

Type: Boolean
See Also