GetRoles Method
Syntax
Context.Security.GetRoles as C ()
Returns
- resultCharacter
Returns a crlf delimited list of roles.
Description
Gets a list of all the roles defined in the application's security settings
Discussion
Context.Security.GetRoles() gets a list of all the roles defined in the application's security settings. Check Context.Security.CallResult.Success before using the return value.