Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.AddArbitraryElement

TElSAMLSubjectConfirmationDataElement     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int AddArbitraryElement(TElXMLCustomElement Elem);

[VB.NET]
    Function AddArbitraryElement(ByVal Elem As TElXMLCustomElement) As Integer

[Pascal]
    function AddArbitraryElement(Elem : TElXMLCustomElement) : integer;

[C++]
    int32_t AddArbitraryElement(TElXMLCustomElement &Elem);
    int32_t AddArbitraryElement(TElXMLCustomElement *Elem);

[PHP]
    integer AddArbitraryElement(TElXMLCustomElement $Elem)

[Java]
    int addArbitraryElement(TElXMLCustomElement Elem);

Parameters

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

Return value

Returns the index of the newly added item in the list.

Description

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

See also:     ArbitraryElements     AddArbitraryElement     RemoveArbitraryElement    

Discuss this help topic in SecureBlackbox Forum