Discuss this help topic in SecureBlackbox Forum

TElWebDAVSupportedPrivilegeSet.IsAbstract

TElWebDAVSupportedPrivilegeSet     


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


Returns true if all aggregate privileges are abstract.

Declaration

[C#]
    bool IsAbstract(int Privilege);

[VB.NET]
    Function IsAbstract(ByVal Privilege As Integer) As Boolean

[Pascal]
    function IsAbstract(Privilege : integer) : boolean;

[C++]
    bool IsAbstract(int32_t Privilege);

[PHP]
    bool IsAbstract(integer $Privilege)

[Java]
    boolean isAbstract(int Privilege);

Parameters

  • Privilege -

Description

    Abstract privileges must not be used in an ACE for the resource.

Discuss this help topic in SecureBlackbox Forum