ObjectContextAddFromLookup Method

Converts a lookup to an ObjVerEx and adds it to the context. Null values are ignored (nothing added to the context).

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void AddFromLookup(
	Vault vault,
	Lookup lookup
)

Parameters

vault  Vault
The vault where the lookup is from.
lookup  Lookup
The lookup whose object should be added to the context.

See Also