Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.Icon

TElDropboxDataStorageObject     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The name of the file's icon.

Declaration

[C#]
    string Icon;

[VB.NET]
    Property Icon As String

[Pascal]
    property Icon : string;

[C++]
    void get_Icon(std::string &OutResult);

[PHP]
    string get_Icon()

[Java]
    String getIcon();

Description

    Use this property to get the name of the icon used to illustrate the file type in Dropbox's icon library.

Discuss this help topic in SecureBlackbox Forum