Creates a new Activity object of the given type for the given contact.

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

Syntax

C#
public CActivity(
	IiMISUser user,
	string activityType,
	string contactId
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser, _
	activityType As String, _
	contactId As String _
)
Visual C++
public:
CActivity(
	IiMISUser^ user, 
	String^ activityType, 
	String^ contactId
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
activityType
Type: System..::.String
The ActivityType for the new Activity
contactId
Type: System..::.String
The ContactId of the Contact to which this Activity is related

See Also