Click or drag to resize

DocumentManagerAddUsageLogEntry Method (ActionType, Int32, Int32, Int32, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddUsageLogEntry(
	ActionType type,
	int metadataVersionId,
	int oldOwnerId,
	int newOwnerId,
	Database database,
	DbTransaction transaction
)

Parameters

type
Type: FileHold.CommonActionType
metadataVersionId
Type: SystemInt32
oldOwnerId
Type: SystemInt32
newOwnerId
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also