M-Files API 23.11.13135.0
SearchForObjectsByExportedSearchConditionsXML Method
VaultObjectSearchOperations Object : SearchForObjectsByExportedSearchConditionsXML Method
The search string defining the search conditions.
If this is set to "true", the results are sorted from A to Z based on their display name.
Description
Searches the vault for objects that match the specified search string. The results are returned in XML form.
Syntax
Visual Basic
Public Function SearchForObjectsByExportedSearchConditionsXML( _
   ByVal SearchString As String, _
   ByVal SortResults As Boolean _
) As XMLSearchResult
Parameters
SearchString
The search string defining the search conditions.
SortResults
If this is set to "true", the results are sorted from A to Z based on their display name.
See Also

VaultObjectSearchOperations Object  | VaultObjectSearchOperations Members