Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

UpdateGroupPermission

From Catglobe Wiki
Revision as of 05:12, 23 March 2011 by Cg_pham (talk | contribs)



updateGroupPermission

Updates the group permissions of a specific resource.

Syntax

updateGroupPermission(resourceUniqueId, permissions)

Arguments

resourceUniqueId: Is a numeric (non-decimal) expression. It is the UniqueId of a resource.

permissions: Is an array of the following format: {{groupId1, permission1}, {groupId2, permission2}, …}

groupIdi: a numeric (non-decimal) expression. It is the id of a group.

permissioni: a string expression. It is the permission for the ith group. It must have one of these value:

“Read”
“Write”
“FullControl” 

Return type

empty

Examples

array permissions = {{3, "FullControl"}, {4, "Read"}};

updateGroupPermission(2188468, permissions);

Availability

Version 4.8