Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.GetPreviewLink

TElDropboxDataStorageObject     See also     


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


Retrieves the web link to the preview page of a file.

Declaration

[C#]
    string GetPreviewLink(bool Short);

[VB.NET]
    Function GetPreviewLink(ByVal Short As Boolean) As String

[Pascal]
    function GetPreviewLink(Short : boolean) : string;

[C++]
    void GetPreviewLink(bool Short, std::string &OutResult);

[PHP]
    string GetPreviewLink(bool $Short)

[Java]
    String getPreviewLink(boolean Short);

Parameters

  • Short - if True (default), the URL will be shortened using Dropbox URL shortener. If False, the URL will link directly to the file's preview page.

Return value

    Returns the URL of the file's preview page.

Description

    Use this method to fetch the link to the file's preview page.

See also:     GetDirectLink     GetThumbnail    

Discuss this help topic in SecureBlackbox Forum