Discuss this help topic in SecureBlackbox Forum

TElWebDAVACL.Add

TElWebDAVACL     See also     


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


Adds a new ACE to the list.

Declaration

[C#]
    int Add(TElWebDAVACE Ace);

[VB.NET]
    Function Add(ByVal Ace As TElWebDAVACE) As Integer

[Pascal]
    function Add(Ace : TElWebDAVACE) : integer;

[C++]
    int32_t Add(TElWebDAVACE &Ace);
    int32_t Add(TElWebDAVACE *Ace);

[PHP]
    integer Add(TElWebDAVACE $Ace)

[Java]
    int add(TElWebDAVACE Ace);

Parameters

  • Ace - the element to be added to the list.

Description

    Use this method to add elements to the list.

See also:     ACEs     Remove    

Discuss this help topic in SecureBlackbox Forum