MFPropertyValuesBuilder(Vault, PropertyValues) Constructor

Creates a new instance that wraps a copy of the passed property values.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder(
	Vault vault,
	PropertyValues values
)

Parameters

vault  Vault
The vault in which the property values will be stored.
values  PropertyValues
The base values from which to start.

See Also