Click or drag to resize

DocumentFinderGetUsageLogWithDetails Method

Returns information about usage of particular document(s) based on specified filter

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public UsageLogEntry[] GetUsageLogWithDetails(
	UsageLogCriteria filter,
	List<string> strings
)

Parameters

filter
Type: FileHold.LibraryManagerUsageLogCriteria
strings
Type: System.Collections.GenericListString

Return Value

Type: UsageLogEntry
See Also