MFPropertyValuesBuilderRemoveLookup(MFIdentifier, MFIdentifier) Method
Removes a lookup value from a particular property, if set.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder RemoveLookup(
MFIdentifier prop,
MFIdentifier item
)
- prop MFIdentifier
- A reference to the propertyDef, whose value should have the passed lookup removed.
- item MFIdentifier
- A reference to the item to be removed.
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.