Autodesk Vault ProfessionalVault API

IVaultLocalFileLocationService Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services

This service gives location of files ranging from vault specific preferences, saved search locations, working folders, etc.

Syntax

public interface IVaultLocalFileLocationService 
Public Interface IVaultLocalFileLocationService 

Properties

NameDescription
VaultCommonPathGets the location for vault data that is shared between multiple applications that use the Vault SDK. For example, all apps that use the Login Dialog can share the same login history.

Methods

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

Returned By

Where you get a IVaultLocalFileLocationService — members that return one.

See Also