MFPropertyValuesBuilderRemoveLookup(MFIdentifier, MFIdentifier) Method

Removes a lookup value from a particular property, if set.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder RemoveLookup(
	MFIdentifier prop,
	MFIdentifier item
)

Parameters

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.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also