Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.GetDirectLink

TElDropboxDataStorageObject     See also     


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


Retrieves the direct web link to the file.

Declaration

[C#]
    string GetDirectLink();

[VB.NET]
    Function GetDirectLink() As String

[Pascal]
    function GetDirectLink : string;

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

[PHP]
    string GetDirectLink()

[Java]
    String getDirectLink();

Return value

    Returns a URL of the file.

Description

    Use this method to fetch the URL that serves the file directly.

See also:     GetPreviewLink     GetThumbnail    

Discuss this help topic in SecureBlackbox Forum