Autodesk Vault ProfessionalVault API

GetFolderById Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a Folder object based on its ID.

Required Permissions

FolderRead

Syntax

public Folder GetFolderById(
   System.long folderId
)
Public Function GetFolderById( _
   ByVal folderId As System.Long _
) As Folder

Parameters

NameDescription
folderIdThe ID of the Folder.

Return Value

The Folder object that corresponds to the input ID.

See Also