MFIdentiferResolver Constructor |
Constructor.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFIdentiferResolver(
Vault vault
)
Public Sub New (
vault As Vault
)
public:
MFIdentiferResolver(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The vault instance used to resolve identifiers.
See Also