DocumentManagerAddUsageLogEntryByDocumentVersionId(Int32, ActionType) Method

Add usage log entry for document

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add usage log entry by metadata version id")]
public void AddUsageLogEntryByDocumentVersionId(
	int documentVersionId,
	ActionType actionType
)

Parameters

documentVersionId  Int32
 
actionType  ActionType
 

See Also