Discuss this help topic in SecureBlackbox Forum

TElWebDAVACLOptions.UseACL

TElWebDAVACLOptions     


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


Specifies whether ACL extension is used.

Declaration

[C#]
    bool UseACL;

[VB.NET]
    Property UseACL As Boolean

[Pascal]
    property UseACL : boolean;

[C++]
    bool get_UseACL();
    void set_UseACL(bool Value);

[PHP]
    bool get_UseACL()
    void set_UseACL(bool $Value)

[Java]
    boolean getUseACL();
    void setUseACL(boolean Value);

Description

    Set this option if the server should use ACL.

Discuss this help topic in SecureBlackbox Forum