[This is preliminary documentation and is subject to change.]
            Get the list of the group currency
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DataTable GetGroupCurrencyList( int groupId, bool isShowDefault )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetGroupCurrencyList ( _ groupId As Integer, _ isShowDefault As Boolean _ ) As DataTable  | 
| Visual C++ | 
|---|
public: DataTable^ GetGroupCurrencyList( int groupId, bool isShowDefault )  | 
Parameters
- groupId
 - Type: System..::.Int32
The unique id of the group 
- isShowDefault
 - Type: System..::.Boolean
true if the default is required to be shown 
