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

Remarks

This function returns the path of the working folder that is mapped to this vault folder. For virtual folders without an explicit mapping, a default location will be returned. If the vaultFolder is cloaked, this method returns null.

See Also