ObjVerExAddLookup(Object, ObjVer, Boolean) Method

Adds a lookup to the passed PropertyValue. Creating it if it doesn't already exist.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool AddLookup(
	Object prop,
	ObjVer item,
	bool exactVersion = false
)

Parameters

prop  Object
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.

Return Value

Boolean
True if the PropertyValue was updated.

See Also