Table of Contents

TTMSFNCCloudBox.GetFileByID Method

Returns a Box item by item identifier.

API unit family: TMSFNCCloudBox Declaring type: TTMSFNCCloudBox Inherited from: 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.