Autodesk Vault ProfessionalVault API

GetVaultCommonConnectionPath Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIVaultLocalFileLocationService

Gets the location for vault data that is shared between multiple application but is specific to a particular vault or server.

Syntax

FolderPathAbsolute GetVaultCommonConnectionPath(
   Connection conn,
   System.bool serverSpecific,
   CommonPreferenceVersionRequirements serverVersionSpecific,
   System.bool vaultSpecific
)
Function GetVaultCommonConnectionPath( _
   ByVal conn As Connection, _
   ByVal serverSpecific As System.Boolean, _
   ByVal serverVersionSpecific As CommonPreferenceVersionRequirements, _
   ByVal vaultSpecific As System.Boolean _
) As FolderPathAbsolute

Parameters

NameDescription
connThe connection to a specific vault
serverSpecificWhether or not this location is server specific.
serverVersionSpecificWhether or not this location is specific to a particular version of the server
vaultSpecificWhether or not this location is specific to a particular vault.

Return Value

The computed file path

See Also