ObjVerExAddLookup Method (Object, ObjVer, Boolean) |
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.3.623.2
Syntaxpublic bool AddLookup(
Object prop,
ObjVer item,
bool exactVersion = false
)
Public Function AddLookup (
prop As Object,
item As ObjVer,
Optional exactVersion As Boolean = false
) As Boolean
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