MetadataCacheVaultObjectOperationsMatchesSearchConditionsEx Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool MatchesSearchConditionsEx(
ObjectVersion pIObjectVersion,
SearchConditions pISearchConditions,
PropertyValues pIPropertyValues = null,
ObjectVersionAndPropertiesOfMultipleObjects pIObjectVersionAndPropertiesOfMultipleObjects = null
)
Public Overridable Function MatchesSearchConditionsEx (
pIObjectVersion As ObjectVersion,
pISearchConditions As SearchConditions,
Optional pIPropertyValues As PropertyValues = Nothing,
Optional pIObjectVersionAndPropertiesOfMultipleObjects As ObjectVersionAndPropertiesOfMultipleObjects = Nothing
) As Boolean
public:
virtual bool MatchesSearchConditionsEx(
ObjectVersion^ pIObjectVersion,
SearchConditions^ pISearchConditions,
PropertyValues^ pIPropertyValues = nullptr,
ObjectVersionAndPropertiesOfMultipleObjects^ pIObjectVersionAndPropertiesOfMultipleObjects = nullptr
)
Parameters
- pIObjectVersion
- Type: ObjectVersion
- pISearchConditions
- Type: SearchConditions
- pIPropertyValues (Optional)
- Type: PropertyValues
- pIObjectVersionAndPropertiesOfMultipleObjects (Optional)
- Type: ObjectVersionAndPropertiesOfMultipleObjects
Return Value
Type:
Boolean
See Also