Skip to main content

TdxCloudStorageItem.IconLink Property

Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type.

Declaration

property IconLink: string read;

Property Value

Type
string

Remarks

Certain cloud file storage services can provide icons for specific stored resource types (such as documents in different formats, folders, etc.) You can use this property to display these icons in your application’s UI. The IconLink property returns an empty string if the connected cloud file storage service’s server does not provide an icon for the file or folder corresponding to the current metadata container.

See Also