MFIdentiferToIDConverter(Vault, Type) Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping.Converters
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public MFIdentiferToIDConverter(
	Vault vault,
	Type type
)

Parameters

vault  Vault
Vault which references should be resolved from.
type  Type
The type of structure element being IDed/Referenced.

See Also