Retrieves all of the Activity objects for the specified Contact with a TransactionDate within the specified date range.
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static CActivity[] GetContactActivities( IiMISUser user, string contactId, DateTime startDate, DateTime endDate ) |
| Visual Basic |
|---|
Public Shared Function GetContactActivities ( _ user As IiMISUser, _ contactId As String, _ startDate As DateTime, _ endDate As DateTime _ ) As CActivity() |
| Visual C++ |
|---|
public: static array<CActivity^>^ GetContactActivities( IiMISUser^ user, String^ contactId, DateTime startDate, DateTime endDate ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- contactId
- Type: System..::..String
The key to the Contact for which the Activity records are desired
- startDate
- Type: System..::..DateTime
The start of the date range within which Activity records are desired
- endDate
- Type: System..::..DateTime
The end of the date range within which Activity records are desired