ObjectContextAddFromTypedValue Method

Adds objects to the context based on a typedValue. 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 AddFromTypedValue(
	Vault vault,
	TypedValue typedValue
)

Parameters

vault  Vault
The vault where the objects are from.
typedValue  TypedValue
The typedValue that contains references to the objects to add.

See Also