Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.EncodeURL

TElWebDAVClient     See also     


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


Specifies whether to encode base URL.

Declaration

[C#]
    bool EncodeURL;

[VB.NET]
    Property EncodeURL As Boolean

[Pascal]
    property EncodeURL : boolean = true;

[C++]
    bool get_EncodeURL();
    void set_EncodeURL(bool Value);

[PHP]
    bool get_EncodeURL()
    void set_EncodeURL(bool $Value)

[Java]
    boolean getEncodeURL();
    void setEncodeURL(boolean Value);

Description

    This property specifies if base URL should be encoded. The default value is True.

See also:     BaseURL    

Discuss this help topic in SecureBlackbox Forum