MFSearchBuilderStatusNot Method
Adds a status based, 'not equal' search condition.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFSearchBuilder StatusNot(
MFStatusType sType,
MFDataType dType,
Object v
)
- sType MFStatusType
- The status type.
- dType MFDataType
- The data type.
- v Object
- The status value to exclude from the search results.
MFSearchBuilderThe MFSearchBuilder object, for chaining.