Table of Contents

TTMSFNCCustomCloudDropBox.GetFileByID Method

Retrieves a single item by its provider identifier.

API unit family: TMSFNCCloudDropBox Declaring type: 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.