WSUtilityGetUserRolesForCurrentUser Method (String) |
Note: This API is now obsolete.
Returns user role tags for the current user. This method is obsolete, please use GetUserRolesForCurrentUser(string roleProviderName, string roleName) instead.
Namespace: Colygon.MatchPoint.WorkspacesAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax [ObsoleteAttribute]
public static IEnumerable<Tag> GetUserRolesForCurrentUser(
string roleName
)
Parameters
- roleName
- Type: SystemString
Return Value
Type:
IEnumerableTagSee Also