Autodesk Vault ProfessionalVault API

GetSiteCompatibilityWithKnowledgeVault Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Tells if the the current site is compatible with a specific Vault database.

Required Permissions

Anonymousno login required.

Syntax

public SiteCompat GetSiteCompatibilityWithKnowledgeVault(
   System.string vaultName
)
Public Function GetSiteCompatibilityWithKnowledgeVault( _
   ByVal vaultName As System.String _
) As SiteCompat

Parameters

NameDescription
vaultNameThe name of the Vault to compare versions with.

Return Value

Tells if the site is compatible or not. If it is not compatible, extra information is provided on the conflicts.

See Also