Autodesk Vault ProfessionalVault API

GetWorkingFolder(String,Boolean) Method

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

Gets the working folder for the corresponding vault folder

Syntax

FolderPathAbsolute GetWorkingFolder(
   System.string vaultFolder,
   System.bool expandSysVariables
)
Overloads Function GetWorkingFolder( _
   ByVal vaultFolder As System.String, _
   ByVal expandSysVariables As System.Boolean _
) As FolderPathAbsolute

Parameters

NameDescription
vaultFolderThe full path of the vault folder
expandSysVariablesWhether or not to expanded system variables embeded in the working folder's path

Return Value

The full path of the working folder

See Also