Retrieves the Activity object referenced by sequenceNumber (the key).

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

Syntax

C#
public CActivity(
	IiMISUser user,
	int sequenceNumber
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser, _
	sequenceNumber As Integer _
)
Visual C++
public:
CActivity(
	IiMISUser^ user, 
	int sequenceNumber
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
sequenceNumber
Type: System..::.Int32
The key to the Activity to instantiate

See Also