EMDocumentsLogDocumentActivity Method (DMToken, Int32, EMDocumentActivityType, SqlConnection, SqlTransaction)

Alterian Email Manager 6.2.3 SDK Help File
Logs activity on the specified EM document.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static bool LogDocumentActivity(
	DMToken token,
	int documentID,
	EMDocumentActivityType activityType,
	SqlConnection connection,
	SqlTransaction transaction
)

Parameters

token
Type: DMToken
Authentication Token.
documentID
Type: SystemInt32
The ID of the EM document viewed.
activityType
Type: DMLibraryEMDocumentActivityType
connection
Type: System.Data.SqlClientSqlConnection
transaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Boolean
See Also