TTMSFNCCloudDropBox.GetFolderListHierarchical Method
Lists a folder and recursively its sub-folders.
API unit family: TMSFNCCloudDropBox
Declaring type: TTMSFNCCloudDropBox
Inherited from: TTMSFNCCustomCloudDropBox
Syntax
function GetFolderListHierarchical(AFolder: TTMSFNCCloudItem; AIsRootFolder: Boolean = False; ADataObject: TObject = nil): TTMSFNCCloudItems; override;
Parameters
| Name | Description |
|---|---|
AFolder |
Folder to list recursively. |
AIsRootFolder |
Set to True when the folder is the account root. |
ADataObject |
Optional caller-supplied object passed through to the result handling. |
Returns
Collection containing the full folder hierarchy.