Click or drag to resize

DocumentManagerAddUsageLogEntryForDocument Method

Add usage log entry for document

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddUsageLogEntryForDocument(
	int metadataVersionId,
	ActionType actionType
)

Parameters

metadataVersionId
Type: SystemInt32
actionType
Type: FileHold.CommonActionType
See Also