IVaultApplicationUninstall Method |
Called when the vault application is uninstalled from the target vault. Called only once in the application lifetime.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid Uninstall(
Vault vault
)
Sub Uninstall (
vault As Vault
)
void Uninstall(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The vault object.
See Also