TTMSFNCCloudStorageServices.GetFolderListHierarchicalPromise Method
Starts an asynchronous hierarchical folder-list request.
API unit family: TMSFNCCloudStorageServices
Declaring type: TTMSFNCCloudStorageServices
Syntax
function GetFolderListHierarchicalPromise(AFolder: TTMSFNCCloudItem; AIsRootFolder: Boolean = False; ADataObject: TObject = nil): IPromise<TVoid>;
Parameters
| Name | Description |
|---|---|
AFolder |
Folder that starts the hierarchy. |
AIsRootFolder |
Set to True when AFolder represents the provider root. |
ADataObject |
Optional caller-owned object associated with the request. |
Returns
A promise that resolves when the hierarchical folder-list request completes.