Click or drag to resize

WSUtilityGetUserRolesForCurrentUser Method (String, String)

Returns user role tags for the current user. The roleProviderName parameter specifies the provider from the workspace template. Use the roleName parameter to specify a single role.

Namespace:  Colygon.MatchPoint.Workspaces
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static IEnumerable<Tag> GetUserRolesForCurrentUser(
	string roleProviderName,
	string roleName
)

Parameters

roleProviderName
Type: SystemString
roleName
Type: SystemString

Return Value

Type: IEnumerableTag
See Also