M-Files API 23.11.13135.0
SearchForObjectsByConditionsXML Method
VaultObjectSearchOperations Object : SearchForObjectsByConditionsXML Method
The search conditions to use in the operation.
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 given search conditions. The results are returned in XML form.
Syntax
Visual Basic
Public Function SearchForObjectsByConditionsXML( _
   ByVal SearchConditions As SearchConditions, _
   ByVal SortResults As Boolean _
) As XMLSearchResult
Parameters
SearchConditions
The search conditions to use in the operation.
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