Autodesk Vault ProfessionalVault API

GetFoldersByIds Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFolderManager

Loads multiple Folders froms the server at once.

Syntax

System.Collections.Generic.IDictionary<long,Folder> GetFoldersByIds(
   System.Collections.Generic.IEnumerable<long> folderIds
)
Function GetFoldersByIds( _
   ByVal folderIds As System.Collections.Generic.IEnumerable(Of Long) _
) As System.Collections.Generic.IDictionary(Of Long,Folder)

Parameters

NameDescription
folderIdsA list of Folder Id's (EntityMasterId) to retrieve

Return Value

A dictionary of Folders where the Key is the Folder Id and the Value is the Folder object

See Also