VaultApplicationBaseInstall Method
Installs the application.
- NOTE: Once this method releases the vault object will have been disposed.
- When overriding this method in classes that extend this one, any logic that
- needs to use that vault must be processed before the base.Install() method is
- called. Alternatively you can place the logic inside an override of the
- InstallApplication() method.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual void Install(
Vault vaultSrc
)
- vaultSrc Vault
- The vault in which the application should be installed.
IVaultApplicationInstall(Vault)