MFSearchBuilderReferencesWithAnyProperty(MFIdentifier, MFIdentifier) Method
Sets an any property reference search condition.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFSearchBuilder ReferencesWithAnyProperty(
MFIdentifier item,
MFIdentifier objType = null
)
- item MFIdentifier
- A reference to an object (any version of the object).
- objType MFIdentifier (Optional)
- A reference that provides the object type or value list of the item.
Some item references will not resolve the objType, if that is the case
and this parameter is not set, the search condition may not function as expected.
MFSearchBuilderThe MFSearchBuilder object, for chaining.