Difference between revisions of "SetUserRoleId"

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

 

  

Revision as of 12:31, 23 March 2011



setUserRoleId

Sets the user resource template for the user specified.

Syntax

setUserRoleId(userId, roleId)

Arguments

userId: is a number expression. It is the id of the user.

roleId: is a number expression. It is the id of the user role.

Return type

bool

Example

setUserRoleId(1, 1);

Availability

Version 5.4