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.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual void InstallApplication(
Vault vault
)
Parameters
- vault Vault
- A transactional vault, that has been cloned to this process.