ObjVerExAddLookup Method (Object, ObjVer, Boolean) |
Note: This API is now obsolete.
Adds a lookup to the passed PropertyValue. Creating it if it doesn't already exist.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntax[ObsoleteAttribute("Use overload with MFIdentifier type parameter(s) instead.")]
public bool AddLookup(
Object prop,
ObjVer item,
bool exactVersion = false
)
Parameters
- prop
- Type: SystemObject
The propertyValue to add the lookup to - item
- Type: ObjVer
The objVer to set the lookup to - exactVersion (Optional)
- Type: SystemBoolean
Indicates whether the exact version info should be used from the ObVer object.
Return Value
Type:
BooleanTrue if the PropertyValue was updated.
See Also