Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.ThumbnailLink

TElGoogleDriveDataStorageObject     See also     


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


Returns a link to the object's thumbnail.

Declaration

[C#]
    string ThumbnailLink;

[VB.NET]
    Property ThumbnailLink As String

[Pascal]
    property ThumbnailLink: string;

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

[PHP]
    string get_ThumbnailLink()

[Java]
    String getThumbnailLink();

Description

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

See also:     IconLink     WebContentLink     GetThumbnail    

Discuss this help topic in SecureBlackbox Forum