Retrieves all of the Activity objects for the specified Contact with the specified ActivityType.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static CActivity[] GetContactActivities(
	IiMISUser user,
	string contactId,
	string activityType
)
Visual Basic
Public Shared Function GetContactActivities ( _
	user As IiMISUser, _
	contactId As String, _
	activityType As String _
) As CActivity()
Visual C++
public:
static array<CActivity^>^ GetContactActivities(
	IiMISUser^ user, 
	String^ contactId, 
	String^ activityType
)

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
activityType
Type: System..::..String
The type of the Activities that are desired

Return Value

Array of CActivity objects

See Also