More actions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
'''Syntax <br>''' Group_getAllGroupResourceIdByUserResourceId(User resource ID); | '''Syntax <br>''' Group_getAllGroupResourceIdByUserResourceId(User resource ID); | ||
<br> '''Arguments''' | <br> '''Arguments<br>''' | ||
User resource ID: is a number. | User resource ID: is a number. | ||
'''Return type''' | '''Return type<br>''' | ||
An array, it is container type containing Group Resource ID. | An array, it is container type containing Group Resource ID. | ||
Revision as of 07:26, 10 October 2011
Group_getAllGroupResourceIdByUserResourceId
Get Resource ID of groups that user is a member. Empty will be returned If no group found
Syntax
Group_getAllGroupResourceIdByUserResourceId(User resource ID);
Arguments
User resource ID: is a number.
Return type
An array, it is container type containing Group Resource ID.
Examples
array groupRID=Group_getAllGroupResourceIdByUserResourceId(37267087);
print(groupRID); // {37264371,37267083,37271315,37278189}