Adds a new vault connection to the collection of vaults configured in M-Files Desktop.
Visual Basic |
---|
Public Sub AddVaultConnection( _ ByVal VaultConnection As VaultConnection _ ) |
In order to update an existing vault connection, the vault connection must be first removed with RemoveVaultConnection and then added again with this method.