Click or drag to resize

DocumentManagerGetDocumentsForUsageLog Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<int> GetDocumentsForUsageLog(
	UsageLogCriteria filter,
	Database database,
	DbTransaction transaction
)

Parameters

filter
Type: FileHold.LibraryManagerUsageLogCriteria
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListInt32
See Also