TTMSFNCCloudDropBox.GetFileByID Method
Retrieves a single item by its provider identifier.
API unit family: TMSFNCCloudDropBox
Declaring type: TTMSFNCCloudDropBox
Inherited from: TTMSFNCCustomCloudDropBox
Syntax
function GetFileByID(const AID: string): TTMSFNCCloudItem; override;
Parameters
| Name | Description |
|---|---|
AID |
Provider identifier of the file or folder. |
Returns
The matching item, or nil when not found.