Autodesk Vault ProfessionalVault API

GetSiteCompatibilityWithVault Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultConnectionManagerService

Tests a site (a server location in a multi site environment) to make sure it is compatible with the master vault database. Compatibility problems could arise if the site is updated but the database wasn't, or vice versa)

Syntax

SiteCompatibilityResult GetSiteCompatibilityWithVault(
   System.string serverName,
   System.string vaultName
)
Function GetSiteCompatibilityWithVault( _
   ByVal serverName As System.String, _
   ByVal vaultName As System.String _
) As SiteCompatibilityResult

Parameters

NameDescription
serverNameThe name of the server to test
vaultNameThe name of the vault to test

Return Value

An object which contains the compatiblity results, including any errors that might have occurred.

See Also