Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.IconLink

TElGoogleDriveDataStorageObject     See also     


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


Returns a link to the object's icon.

Declaration

[C#]
    string IconLink;

[VB.NET]
    Property IconLink As String

[Pascal]
    property IconLink: string;

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

[PHP]
    string get_IconLink()

[Java]
    String getIconLink();

Description

    Use this property to get a link to the object's icon.

See also:     ThumbnailLink    

Discuss this help topic in SecureBlackbox Forum