GetFolderIdsByParentIds Method
Gets the IDs of the folders underneith a set of folders.
Required Permissions
FolderReadSyntax
public System.long[] GetFolderIdsByParentIds(
System.long[] parentFolderIds,
System.bool recurse
)Public Function GetFolderIdsByParentIds( _
ByVal parentFolderIds() As System.Long, _
ByVal recurse As System.Boolean _
) As System.Long()Parameters
| Name | Description |
|---|---|
| parentFolderIds | The parent folders. |
| recurse | If true, all sub-folders N levels deep will be returned. If false only the immediate children are returned. |
Return Value
Returns the IDs of the sub-folders. The output array does not correlate with the input array.