MFPropertyValuesBuilderAddLookup(MFIdentifier, MFIdentifier) Method

Adds a lookup to the passed property value. Creating it if it doesn't already exist.

Definition

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

Parameters

prop  MFIdentifier
A reference to the propertyDef of the PropertyValue.
item  MFIdentifier
A reference to the item to add to the propertyValue

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also