VaultApplicationBaseUninstallApplication Method
Protected overridable for the child classes to override instead of Uninitialize.
UninstallApplication can be used to prevent uninstallation of the application.
UninstallApplication should also uninstall any additional required components, that were installed by the InstallApplication-method.
UninstallApplication cannot make changes to the vault structure.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual void UninstallApplication(
Vault vault
)
Parameters
- vault Vault
- A transactional vault, that has been cloned to this process.