Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.UseURLEncoding

TElAWSS3DataStorage     


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


Specifies if URL encoding should be used.

Declaration

[C#]
    bool UseURLEncoding;

[VB.NET]
    Property UseURLEncoding As Boolean

[Pascal]
    property UseURLEncoding : boolean;

[C++]
    bool get_UseURLEncoding();
    void set_UseURLEncoding(bool Value);

[PHP]
    bool get_UseURLEncoding()
    void set_UseURLEncoding(bool $Value)

[Java]
    boolean getUseURLEncoding();
    void setUseURLEncoding(boolean Value);

Description

    Set this property to True if URL encoding should be used.

Discuss this help topic in SecureBlackbox Forum