VaultApplicationBaseConvertToLocalVault Method
Overridable factory method for local vault objects. Converts the vault object to locally used and possibly
stored vault object. This method allows the implementations to improve the performance by using
in-process vault. Overriding functionality may e.g. implement local caching features to the vault.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual Vault ConvertToLocalVault(
Vault vault,
bool prepareForPersisting
)
- vault Vault
- The original vault object.
- prepareForPersisting Boolean
- True if the vault object should be prepared for persisting.
VaultThe converted vault object.