Discuss this help topic in SecureBlackbox Forum

TElBoxSharedLink.URL

TElBoxSharedLink     See also     


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


The URL to access the shared resource in the browser.

Declaration

[C#]
    string URL;

[VB.NET]
    Property URL As String

[Pascal]
    property URL: string;

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

[PHP]
    string get_URL()

[Java]
    String getURL();

Description

    Returns the URL that allows to access the shared resource if permissions allow so.

See also:     DownloadURL    

Discuss this help topic in SecureBlackbox Forum