Discuss this help topic in SecureBlackbox Forum

TElWebDAVACLRestrictions.NoInvert

TElWebDAVACLRestrictions     


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


If true, inverted ACEs are not supported.

Declaration

[C#]
    bool NoInvert;

[VB.NET]
    Property NoInvert As Boolean

[Pascal]
    property NoInvert : boolean;

[C++]
    bool get_NoInvert();
    void set_NoInvert(bool Value);

[PHP]
    bool get_NoInvert()
    void set_NoInvert(bool $Value)

[Java]
    boolean getNoInvert();
    void setNoInvert(boolean Value);

Description

    If this property's value is true, inverted ACEs are not supported.

Discuss this help topic in SecureBlackbox Forum