IsUserInAnyRole()

Determines whether an authenticated user belongs to any role in a list of roles.

IsUserInAnyRole( role_list=string );

Returns: Boolean

Argument Description
role_list
string, optional

A comma-delimited list of one or more roles to be tested.

Alias: roleList, role, list

Examples

There are currently no examples for this function.

See also