REST.Backend.KinveyApi.TKinveyApi.TFile.DownloadURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DownloadURL: string read FDownloadURL;

C++

__property System::UnicodeString DownloadURL = {read=FDownloadURL};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TFile

Description

Contains the URL used to download the file.

The DownloadURL property stores a string with the URL provided by the cloud service to download the file.

See Also