[This is preliminary documentation and is subject to change.]
            Gets all the information related to a particular group identified by GroupId.
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public GroupInfo GetGroupInfo( int groupId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetGroupInfo ( _ groupId As Integer _ ) As GroupInfo  | 
| Visual C++ | 
|---|
public: GroupInfo^ GetGroupInfo( int groupId )  | 
Parameters
- groupId
 - Type: System..::.Int32
Id of the group for which all the information has to be retrieved. 
