Group convertToStaticUsers

From Catglobe Wiki
Revision as of 09:34, 26 October 2016 by Tranvuthaibinh (talk | contribs) (Created page with "Category:Group_Functions {{HelpFiles}} ==== Group_convertToStaticUsers ==== Convert to static for all users of a group '''Syntax''' Group_convertToStaticUsers(''groupR...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Group_convertToStaticUsers

Convert to static for all users of a group

Syntax

Group_convertToStaticUsers(groupResourceId)

Arguments

  • groupResourecId: is a number expression. It is the group's resource id

Return value

empty

Examples

number gRsId = 15544391;
Group_convertToStaticUsers(gRsId);