Difference between revisions of "GetSocialGroup"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 5: | Line 5: | ||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
SocialGroupBean sgb = Functions.getSocialGroup(String id); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 20:50, 14 May 2012
Get group details.
- Syntax
SocialGroupBean sgb = Functions.getSocialGroup(String id);
- Parameters
-
- id
- The ID of the group
- Returns
-
- A SocialGroupBean object containing group information.
- Throws
- Exception