[This is preliminary documentation and is subject to change.]
Gets the latest group documents. Only 10 latest documents are returned
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetLatestGroupDocuments( int groupId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetLatestGroupDocuments ( _ groupId As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetLatestGroupDocuments( int groupId ) |
Parameters
- groupId
- Type: System..::.Int32
The id of the organization
