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.3.623.2
Syntaxpublic void AddFromTypedValue(
Vault vault,
TypedValue typedValue
)
Public Sub AddFromTypedValue (
vault As Vault,
typedValue As TypedValue
)
public:
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