MFSearchBuilderObjType(MFIdentifier) Method

Adds an ObjectType condition.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFSearchBuilder ObjType(
	MFIdentifier objType
)

Parameters

objType  MFIdentifier
A reference to the object Types that should be included in the results.

Return Value

MFSearchBuilder
The MFSearchBuilder object, for chaining.

See Also