DocumentFinderGetSpecificUnindexedDocumentsCount Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns count of specific unindexed documents in the system (only latest versions)")]
public int GetSpecificUnindexedDocumentsCount(
	int count,
	DateTime from,
	DateTime to
)

Parameters

count  Int32
 
from  DateTime
 
to  DateTime
 

Return Value

Int32

See Also