TTMSFNCCustomCloudBox.GetFileByID Method
Returns a Box item by item identifier.
API unit family: TMSFNCCloudBox
Declaring type: TTMSFNCCustomCloudBox
Syntax
function GetFileByID(const AID: string): TTMSFNCCloudItem; override;
Parameters
| Name | Description |
|---|---|
AID |
Box item identifier. |
Returns
The matching Box item, or nil when the item cannot be resolved.