Discuss this help topic in SecureBlackbox Forum

TElWebDAVACL.ACEs

TElWebDAVACL     See also     


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


Contains a list of access control elements.

Declaration

[C#]
    TElWebDAVACE ACEs[int Index];

[VB.NET]
    Property ACEs(ByVal Index As Integer) As TElWebDAVACE

[Pascal]
    property ACEs[Index : integer] : TElWebDAVACE;

[C++]
    TElWebDAVACE* get_ACEs(int32_t Index);

[PHP]
    TElWebDAVACE get_ACEs(integer $Index)

[Java]
    not available

Parameters

  • Index - the index (starting from 0) of the desired ACE.

Description

    Use this property to get individual access control elements (ACE) from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum