Skip to main content

TdxCloudStorageProvider.GetDisplayName Method

Returns the name of the cloud storage service type to which the data provider can connect.

Declaration

class function GetDisplayName: string; virtual;

Returns

Type
string

Remarks

Call this function to obtain the descriptive type name of the online cloud service (account type) to which the data provider can connect and synchronize the stored files. Since the TdxCloudStorageProvider class does not correspond to any particular cloud storage service type, it provides no implementation for the GetDisplayName class function.

Each TdxCloudStorageProvider class descendant that implements a provider that can read and manage files stored in a specific online service type provides its own GetDisplayName function implementation.

See Also