Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.DownloadURL

TElBoxSharedLink     See also     


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


Returns download URL for the data.

Declaration

[C#]
    string DownloadURL;

[VB.NET]
    Property DownloadURL As String

[Pascal]
    property DownloadURL: string;

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

[PHP]
    string get_DownloadURL()

[Java]
    String getDownloadURL();

Description

    Use this property to get the direct download URL.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum