Difference between revisions of "Group getAllGroupResourceIdByUserResourceId"
Line 3: | Line 3: | ||
Get Resource ID of groups that user is a member. Empty will be returned If no group found | Get Resource ID of groups that user is a member. Empty will be returned If no group found | ||
− | '''Syntax <br>''' Group_getAllGroupResourceIdByUserResourceId( | + | '''Syntax <br>''' Group_getAllGroupResourceIdByUserResourceId(UserResourceID); |
− | <br> '''Arguments<br>''' | + | <br> '''Arguments<br>''' UserResourceID: is a number. |
− | '''Return type<br>''' An array, it is container type containing | + | '''Return type<br>''' An array, it is container type containing GroupResourceID. |
<br> '''Examples''' | <br> '''Examples''' | ||
− | array groupRID=Group_getAllGroupResourceIdByUserResourceId(37267087); <br>print(groupRID); // {37245971,37245974,37264371,37267083,37271315,37272473,37278189,37278394} <br> // 37245971 - Navigation group ; 37245974 - Resource access group; 37267083,37271315,37272473,37278189,37278394 - normal group | + | array groupRID=Group_getAllGroupResourceIdByUserResourceId(37267087); <br>print(groupRID); // {37245971,37245974,37264371,37267083,37271315,37272473,37278189,37278394} <br> // 37245971 - Navigation group ; 37245974 - Resource access group; 37267083,37271315,37272473,37278189,37278394 - normal group |
[[Category:Group_Functions]] | [[Category:Group_Functions]] |
Revision as of 05:58, 8 November 2011
Group_getAllGroupResourceIdByUserResourceId
Get Resource ID of groups that user is a member. Empty will be returned If no group found
Syntax
Group_getAllGroupResourceIdByUserResourceId(UserResourceID);
Arguments
UserResourceID: is a number.
Return type
An array, it is container type containing GroupResourceID.
Examples
array groupRID=Group_getAllGroupResourceIdByUserResourceId(37267087);
print(groupRID); // {37245971,37245974,37264371,37267083,37271315,37272473,37278189,37278394}
// 37245971 - Navigation group ; 37245974 - Resource access group; 37267083,37271315,37272473,37278189,37278394 - normal group