SetUserRoleId: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import |
(No difference)
|
Revision as of 08:52, 7 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