M-Files API 23.11.13135.0
GetSearchHits Method
VaultObjectSearchOperations Object : GetSearchHits Method
The source text to search from.
The search condition to be used for filtering the search.
Description
Determines the search hits in the given text input.
Syntax
Visual Basic
Public Function GetSearchHits( _
   ByVal Input As String, _
   ByVal SearchCondition As SearchCondition _
) As Strings
Parameters
Input
The source text to search from.
SearchCondition
The search condition to be used for filtering the search.
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultObjectSearchOperations Object  | VaultObjectSearchOperations Members