MFSearchBuilderPropertyNot(MFIdentifier, MFDataType, Object) Method

Adds a property based, 'not equal' search condition.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFSearchBuilder PropertyNot(
	MFIdentifier property,
	MFDataType dataType,
	Object value
)

Parameters

property  MFIdentifier
The propertyDef of the condition.
dataType  MFDataType
The datatype of the value.
value  Object
The value to exclude from the results.

Return Value

MFSearchBuilder
The MFSearchBuilder object, for chaining.

See Also