M-Files API 23.11.13135.0
RebuildFullTextSearchIndex Method
VaultManagementOperations Object : RebuildFullTextSearchIndex Method
If this parameter is True,  the full-text search index is rebuilt for metadata.
If this parameter is True, the full-text search index is rebuilt for file data.
Description
Starts rebuilding the full-text search index of the vault.
Syntax
Visual Basic
Public Sub RebuildFullTextSearchIndex( _
   ByVal Metadata As Boolean, _
   ByVal FileContents As Boolean _
) 
Parameters
Metadata
If this parameter is True,  the full-text search index is rebuilt for metadata.
FileContents
If this parameter is True, the full-text search index is rebuilt for file data.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultManagementOperations Object  | VaultManagementOperations Members