GetFoldersByIds Method
Gets a Folder object based on its ID.
Required Permissions
FolderReadSyntax
public Folder[] GetFoldersByIds(
System.long[] folderIds
)Public Function GetFoldersByIds( _
ByVal folderIds() As System.Long _
) As Folder()Parameters
| Name | Description |
|---|---|
| folderIds | A 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.