ObjectContextAddFromTypedValue Method |
Adds objects to the context based on a typedValue.
Null values are ignored (nothing added to the context).
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic void AddFromTypedValue(
Vault vault,
TypedValue typedValue
)
Parameters
- vault
- Type: Vault
The vault where the objects are from. - typedValue
- Type: TypedValue
The typedValue that contains references to the objects to add.
See Also