Autodesk Vault ProfessionalVault API

GetAllWorkingFolders Method

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

Returns a dictionary of all the working folder mappings

Syntax

System.Collections.Generic.Dictionary<string,FolderPathAbsolute> GetAllWorkingFolders(
   System.bool expandSysVariables
)
Function GetAllWorkingFolders( _
   Optional ByVal expandSysVariables As System.Boolean _
) As System.Collections.Generic.Dictionary(Of String,FolderPathAbsolute)

Parameters

NameDescription
expandSysVariables

Return Value

A case-insensitive dictionary containing all mappings between vault folders and working folders.

See Also