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.WorkspacesAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public static IEnumerable<Tag> GetUserRolesForCurrentUser(
string roleProviderName,
string roleName
)
Parameters
- roleProviderName
- Type: SystemString
- roleName
- Type: SystemString
Return Value
Type:
IEnumerableTagSee Also