MFSearchBuilderReferencesWithAnyProperty(MFIdentifier, MFIdentifier) Method

Sets an any property reference search condition.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFSearchBuilder ReferencesWithAnyProperty(
	MFIdentifier item,
	MFIdentifier objType = null
)

Parameters

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.

Return Value

MFSearchBuilder
The MFSearchBuilder object, for chaining.

See Also