Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusDetailElement.AddElement

TElSAMLStatusDetailElement     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int AddElement(TElSAMLElement Elem);

[VB.NET]
    Function AddElement(ByVal Elem As TElSAMLElement) As Integer

[Pascal]
    function AddElement(Elem : TElSAMLElement) : integer;

[C++]
    int32_t AddElement(TElSAMLElement &Elem);
    int32_t AddElement(TElSAMLElement *Elem);

[PHP]
    integer AddElement(TElSAMLElement $Elem)

[Java]
    int addElement(TElSAMLElement Elem);

Parameters

  • Elem - the new element to be added to the list.

Return value

Returns the index of the new item of the list on success, and -1 on failure.

Description

Use this method to add a new element to the list.

See also:     Elements     RemoveElement    

Discuss this help topic in SecureBlackbox Forum