ObjVerExAddLookup(MFIdentifier, ObjVer, Boolean) Method
Adds a lookup to the passed PropertyValue. Creating it 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,
ObjVer item,
bool exactVersion = false
)
- prop MFIdentifier
- The propertyValue to add the lookup to
- item ObjVer
- The objVer to set the lookup to
- exactVersion Boolean (Optional)
- Indicates whether the exact version info should be used from the ObVer object.
BooleanTrue if the PropertyValue was updated.