IVaultApplicationInstall Method |
Called when the vault application is installed to 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 Install(
Vault vault
)
Sub Install (
vault As Vault
)
void Install(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The vault object.
See Also