Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.MicrosoftCompatible

TElWebDAVServer     


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


Specifies whether the server should be compatible with Microsoft WebDAV.

Declaration

[C#]
    bool MicrosoftCompatible;

[VB.NET]
    Property MicrosoftCompatible As Boolean

[Pascal]
    property MicrosoftCompatible : boolean;

[C++]
    bool get_MicrosoftCompatible();
    void set_MicrosoftCompatible(bool Value);

[PHP]
    bool get_MicrosoftCompatible()
    void set_MicrosoftCompatible(bool $Value)

[Java]
    boolean getMicrosoftCompatible();
    void setMicrosoftCompatible(boolean Value);

Description

    Use this property to specify if the server should be compatible with Microsoft WebDAV. The default value is True.

Discuss this help topic in SecureBlackbox Forum