Autodesk Vault ProfessionalVault API

GetFoldersByPaths Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a list of Folder objects based on their paths.

Required Permissions

FolderRead

Syntax

public Folder[] GetFoldersByPaths(
   System.string[] paths
)
Public Function GetFoldersByPaths( _
   ByVal paths() As System.String _
) As Folder()

Parameters

NameDescription
pathsA list of paths in the vault. Example: $/Folder1/Folder2

Return Value

A list of Folder objects. Each element in the array corresponds to the path in the input array. An exception will be thrown if an input path is not found in the Vault.

See Also