MFPropertyValuesBuilderSetLookup(MFIdentifier, ObjVer, Boolean) Method

Sets a property to contain one lookup value. Creating it if it doesn't already exist. Works on both SSLU and MSLU, and optionally allows the specific version to be specified.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder SetLookup(
	MFIdentifier prop,
	ObjVer item,
	bool exactVersion = false
)

Parameters

prop  MFIdentifier
A reference to the propertyDef of the PropertyValue.
item  ObjVer
A reference to the item to set to the propertyValue
exactVersion  Boolean  (Optional)
Indicates whether the exact version of the item should be used or if -1 (latest) should be used as the version..

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also