Click or drag to resize
WSUtilityGetUserRolesForCurrentUser Method
Overload List
  NameDescription
Public methodStatic memberGetUserRolesForCurrentUser(String) Obsolete.
Returns user role tags for the current user. This method is obsolete, please use GetUserRolesForCurrentUser(string roleProviderName, string roleName) instead.
Public methodStatic memberGetUserRolesForCurrentUser(Tag)
Returns user role tags for the current user. Use the roleName parameter to specify a single role.
Public methodStatic memberGetUserRolesForCurrentUser(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.
Top
See Also