TTMSFNCCloudDropBox.GetFolderInfo Method
Requests the contents of a folder, raising
OnGetFolderInfowhen the request finishes.
API unit family: TMSFNCCloudDropBox
Declaring type: TTMSFNCCloudDropBox
Inherited from: TTMSFNCCustomCloudDropBox
Overloads
Overload 1
Requests the contents of a folder, raising
OnGetFolderInfowhen the request finishes.
procedure GetFolderInfo(const AFolderName: string); overload;
Parameters
| Name | Description |
|---|---|
AFolderName |
Full path of the folder to query. |
Overload 2
Requests the contents of a folder into a caller-supplied collection.
procedure GetFolderInfo(const AFolderName: string; AItems: TTMSFNCCloudDropBoxItems); overload;
Parameters
| Name | Description |
|---|---|
AFolderName |
Full path of the folder to query. |
AItems |
Collection that receives the folder contents. |