Discuss this help topic in SecureBlackbox Forum

TElWebDAVACLRestrictions.GrantOnly

TElWebDAVACLRestrictions     See also     


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


If true, deny ACEs are not supported.

Declaration

[C#]
    bool GrantOnly;

[VB.NET]
    Property GrantOnly As Boolean

[Pascal]
    property GrantOnly : boolean;

[C++]
    bool get_GrantOnly();
    void set_GrantOnly(bool Value);

[PHP]
    bool get_GrantOnly()
    void set_GrantOnly(bool $Value)

[Java]
    boolean getGrantOnly();
    void setGrantOnly(boolean Value);

Description

    This property specifies whether ACEs with deny clauses are supported or not.

See also:     DenyBeforeGrant    

Discuss this help topic in SecureBlackbox Forum