Click or drag to resize

DocumentFinderGetSpecificUnindexedDocumentsCount Method

Returns number of specific unindexed documents in the system (only latest versions), that logged in user can access

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int GetSpecificUnindexedDocumentsCount(
	int count,
	DateTime from,
	DateTime to
)

Parameters

count
Type: SystemInt32
from
Type: SystemDateTime
to
Type: SystemDateTime

Return Value

Type: Int32
See Also