InternalServiceIsSearchable Method

Return true if given document was indexed by FTS

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return true if given document was indexed by FTS")]
public int IsSearchable(
	int documentVersionId
)

Parameters

documentVersionId  Int32

Return Value

Int32

See Also