GetFoldersByIds Method
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
| Name | Description |
|---|---|
| folderIds | A 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
Remarks
If a large number of Folder Id's are specified, they will be broken up into multiple server calls in order to manage the load on the server.