InternalServiceGetUnindexedDocumentsInformations Method

Returns list of unindexed documents in the system for given version

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns list of unindexed documents in the system for given version")]
public DocumentFinderUnindexedDocumentInformation[] GetUnindexedDocumentsInformations(
	int documentVersionId
)

Parameters

documentVersionId  Int32

Return Value

DocumentFinderUnindexedDocumentInformation

See Also