Autodesk Vault ProfessionalVault API

GetAvailableVaults Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

Retrieves a list of all of the vaults on a particular server.

Syntax

GetAvailableVaultsResult GetAvailableVaults(
   System.string serverName
)
Function GetAvailableVaults( _
   ByVal serverName As System.String _
) As GetAvailableVaultsResult

Parameters

NameDescription
serverNameThe name of the server that we are retrieving vaults from

Return Value

An object which contains the list of available vaults, or any error conditions.

See Also