Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.BaseURL

TElWebDAVClient     See also     


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


Specifies the base URL of the remote resource.

Declaration

[C#]
    string BaseURL;

[VB.NET]
    Property BaseURL As String

[Pascal]
    property BaseURL : string;

[C++]
    void get_BaseURL(std::string &OutResult);
    void set_BaseURL(const std::string &Value);

[PHP]
    string get_BaseURL()
    void set_BaseURL(string $Value)

[Java]
    String getBaseURL();
    void setBaseURL(String S);

Parameters

  • S -

Description

    Use this property to specify the URL of the resource to be accessed.

See also:     EncodeURL    

Discuss this help topic in SecureBlackbox Forum