Autodesk Vault ProfessionalVault API

GetFoldersByIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a Folder object based on its ID.

Required Permissions

FolderRead

Syntax

public Folder[] GetFoldersByIds(
   System.long[] folderIds
)
Public Function GetFoldersByIds( _
   ByVal folderIds() As System.Long _
) As Folder()

Parameters

NameDescription
folderIdsA set of folder IDs.

Return Value

An array of folders corresponding to the input array. An exception will be thrown if a folder cannot be found.

See Also