Overload List

  Name Description
Public method Static member IsUserInRoles(array<Guid>[]()[][])
Checks if the currently active user is a member of any of the roles with IDs in the array that is passedas a parameter.
Public method Static member IsUserInRoles(String)
Checks if the currently active user is in any of the roles passed in the input parameter.
Public method Static member IsUserInRoles(array<String>[]()[][])
Checks if the currently active user is in any of the roles passed in the input parameter.
Public method Static member IsUserInRoles(String, array<Guid>[]()[][])
Checks if the currently active user is a member of any of the roles with IDs in the array that is passedas a parameter.

See Also