Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCompoundParameter.Add

TElXMLSOAPCompoundParameter     See also     


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


Adds a new custom parameter to the list.

Declaration

[C#]
    int Add(TElXMLSOAPCustomParameter Param);

[VB.NET]
    Function Add(ByVal Param As TElXMLSOAPCustomParameter) As Integer

[Pascal]
    function Add(Param : TElXMLSOAPCustomParameter) : Integer; overload;

[C++]
    int32_t Add(TElXMLSOAPCustomParameter &Param);
    int32_t Add(TElXMLSOAPCustomParameter *Param);

[PHP]
    integer Add(TElXMLSOAPCustomParameter $Param)

[Java]
    int add(TElXMLSOAPCustomParameter Param);

Parameters

  • Param - the item to be added to the compound.

Return value

Returns the index of the newly added item on success, and -1 on failure.

Description

Use this method to add a new custom parameter to the list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum