Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.GetFullURL

TElWebDAVClient     


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


Converts URL to a full URL.

Declaration

[C#]
    string GetFullURL(string URL);

[VB.NET]
    Function GetFullURL(ByVal URL As String) As String

[Pascal]
    function GetFullURL(const URL : string) : string;

[C++]
    void GetFullURL(const std::string &URL, std::string &OutResult);

[PHP]
    string GetFullURL(string $URL)

[Java]
    not available

Parameters

  • URL - the URL for which a full URL is needed.

Description

    This method prepends a URL of a resource on the server (which may be local) with the server address, thus returns a full URL.

Discuss this help topic in SecureBlackbox Forum