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