Difference between revisions of "SetUserRoleId"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
(No difference)

Revision as of 10: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