ObjVerExAddLookup(MFIdentifier, MFIdentifier) Method
Adds a lookup item to the specified property in the PropertyValue collection.
Adding the property to the object if it doesn't already exist.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool AddLookup(
MFIdentifier prop,
MFIdentifier item
)
- prop MFIdentifier
- The propertyValue to add the lookup to.
- item MFIdentifier
- A value reference to set the lookup value to.
BooleanTrue if the PropertyValue was updated.