SetUserRoleId

From Catglobe Wiki
Revision as of 08:51, 14 December 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



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