Autodesk Vault ProfessionalVault API

GetFolderByPath Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a folder object based on its path.

Required Permissions

FolderRead

Syntax

public Folder GetFolderByPath(
   System.string path
)
Public Function GetFolderByPath( _
   ByVal path As System.String _
) As Folder

Parameters

NameDescription
pathA path in the vault. Example: $/Folder1/Folder2

Return Value

The Folder object that corresponds to the input path.

See Also