Autodesk Vault ProfessionalVault API

GetWorkingFolder(String) Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIWorkingFoldersManager

Gets the working folder for the corresponding vault folder

Syntax

FolderPathAbsolute GetWorkingFolder(
   System.string vaultFolder
)
Overloads Function GetWorkingFolder( _
   ByVal vaultFolder As System.String _
) As FolderPathAbsolute

Parameters

NameDescription
vaultFolderThe full path of the vault folder

Return Value

The full path of the working folder

See Also