InternalServiceUpdateFTSIndex Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Updates the FTS index for a document by removing and adding it to the FTS")]
public void UpdateFTSIndex(
	int documentVersionId,
	long repFileId
)

Parameters

documentVersionId  Int32
 
repFileId  Int64
 

See Also