MFPropertyValuesBuilderAddLookup(Object, ObjVer, Boolean) Method
Adds a lookup to the passed property value. Creating it if it doesn't already exist.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder AddLookup(
Object prop,
ObjVer item,
bool exactVersion = false
)
- prop Object
- A reference to the propertyDef of the PropertyValue.
- item ObjVer
- A reference to the item to add 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..
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.