Overload List

  Name Description
Public method Static member IsUserInRole(Guid)
Checks if the currently active user is a member of the role with ID passed as a parameter.
Public method Static member IsUserInRole(String)
Check if the currently active user is in role passed as a parameter.
Public method Static member IsUserInRole(String, Guid)
Checks if the currently active user is a member of the role with ID passed as a parameter.
Public method Static member IsUserInRole(String, String)
Check if the specified user is in role passed as a parameter.

See Also