Discuss this help topic in SecureBlackbox Forum

TElWebDAVACLRestrictions.DenyBeforeGrant

TElWebDAVACLRestrictions     See also     


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


If true, all deny ACEs must occur before any grant ACE.

Declaration

[C#]
    bool DenyBeforeGrant;

[VB.NET]
    Property DenyBeforeGrant As Boolean

[Pascal]
    property DenyBeforeGrant : boolean;

[C++]
    bool get_DenyBeforeGrant();
    void set_DenyBeforeGrant(bool Value);

[PHP]
    bool get_DenyBeforeGrant()
    void set_DenyBeforeGrant(bool $Value)

[Java]
    boolean getDenyBeforeGrant();
    void setDenyBeforeGrant(boolean Value);

Description

    When this property is true, all grant ACEs should appear before any grant ACE.

See also:     GrantOnly    

Discuss this help topic in SecureBlackbox Forum