VaultApplicationBaseInstallApplication Method

Protected overridable for the child classes to override instead of Install. InstallApplication can be used to prevent installation of the application. InstallApplication should also install any additional required components. InstallApplication cannot make changes to the vault structure.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual void InstallApplication(
	Vault vault
)

Parameters

vault  Vault
A transactional vault, that has been cloned to this process.

See Also