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