MFSearchBuilderStatus Method

Adds a status based, 'equal' search condition.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFSearchBuilder Status(
	MFStatusType sType,
	MFDataType dType,
	Object v
)

Parameters

sType  MFStatusType
The status type.
dType  MFDataType
The data type.
v  Object
The status value to search for.

Return Value

MFSearchBuilder
The MFSearchBuilder object, for chaining.

See Also