Difference between revisions of "RoleExists"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:User_Functions]]
 

 

  

Revision as of 11:24, 23 March 2011



roleExists

Checks if a specific user role exists by its name.

Syntax

roleExists(roleName)

Arguments

roleName: a string expression. It is the qualified name of a role.

Return type

bool

Example

bool b = roleExists("FullUser");

//true

Availability

Version 5.4