Autodesk Vault ProfessionalVault API

FindFoldersByIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets a Folder object based on its ID.

Required Permissions

FolderRead

Syntax

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

Parameters

NameDescription
folderIdsAn array of folder IDs.

Return Value

An array of Folder objects corresponding to the input array. If a folder could not be located in the vault, it will have -1 as its ID.

See Also