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.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual Vault ConvertToLocalVault(
	Vault vault,
	bool prepareForPersisting
)

Parameters

vault  Vault
The original vault object.
prepareForPersisting  Boolean
True if the vault object should be prepared for persisting.

Return Value

Vault
The converted vault object.

See Also