EMDocumentsLogDocumentActivity Method (DMToken, Int32, EMDocumentActivityType)

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
)

Parameters

token
Type: DMToken
Authentication Token.
documentID
Type: SystemInt32
The ID of the EM document viewed.
activityType
Type: DMLibraryEMDocumentActivityType

Return Value

Type: Boolean
See Also