UserIdentity IsInRole Method CelloSaaS API Documentation
Checks if a role is present for a user

Namespace: CelloSaaS.BusinessEdition
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static bool IsInRole(
	string role
)

Parameters

role
Type: System String
The role.

Return Value

Type: Boolean
true if [is in role] [the specified role]; otherwise, false.
See Also