Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.GetThumbnail

TElGoogleDriveDataStorageObject     See also     


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


Returns object's thumbnail.

Declaration

[C#]
    bool GetThumbnail(System.IO.Stream Stream);

[VB.NET]
    Function GetThumbnail(ByVal Stream As System.IO.Stream) As Boolean

[Pascal]
    function GetThumbnail(Stream: TStream): boolean;

[C++]
    bool GetThumbnail(TStream &Stream);
    bool GetThumbnail(TStream *Stream);

[PHP]
    bool GetThumbnail(TStream $Stream)

[Java]
    boolean getThumbnail(TElStream Stream);

Parameters

  • Stream - the data stream where the thumbnail image is saved.

Return value

    Returns True if the thumbnail for the specified object exists and it was successfully downloaded. Returns False otherwise.

Description

    Use this method to get object's thumbnail.

See also:     ThumbnailLink    

Discuss this help topic in SecureBlackbox Forum