M-Files API 23.11.13135.0
MatchesSearchConditionsEx Method
VaultObjectOperations Object : MatchesSearchConditionsEx Method
The identifier of the object.
The conditions used in the search.
Optional parameter. The property values of the object version. Can be defined for potentially decreasing the duration of the request. The method assumes that the property values defined in this parameter are the properties of "pIObjectVersion".

Optional parameter. A set of additional object versions and their properties. Can be defined for potentially decreasing the duration of the request.

Description
Checks whether the specified object and properties match the search conditions. Any field expression in search conditions is not supported.
Syntax
Visual Basic
Public Function MatchesSearchConditionsEx( _
   ByVal pIObjectVersion As ObjectVersion, _
   ByVal pISearchConditions As SearchConditions, _
   Optional ByVal pIPropertyValues As PropertyValues = 0, _
   Optional ByVal pIObjectVersionAndPropertiesOfMultipleObjects As ObjectVersionAndPropertiesOfMultipleObjects = 0 _
) As Boolean
Parameters
pIObjectVersion
The identifier of the object.
pISearchConditions
The conditions used in the search.
pIPropertyValues
Optional parameter. The property values of the object version. Can be defined for potentially decreasing the duration of the request. The method assumes that the property values defined in this parameter are the properties of "pIObjectVersion".
pIObjectVersionAndPropertiesOfMultipleObjects

Optional parameter. A set of additional object versions and their properties. Can be defined for potentially decreasing the duration of the request.

See Also

VaultObjectOperations Object  | VaultObjectOperations Members