Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfo.Add

TElXMLKeyInfo     See also     


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


Adds an item to the KeyInfo element.

Declaration

[C#]
    int Add(TElXMLKeyInfoItem Item);

[VB.NET]
    Function Add(ByVal Item As TElXMLKeyInfoItem) As Integer

[Pascal]
    function Add(Item : TElXMLKeyInfoItem) : integer;

[C++]
    int32_t Add(TElXMLKeyInfoItem &Item);
    int32_t Add(TElXMLKeyInfoItem *Item);

[PHP]
    integer Add(TElXMLKeyInfoItem $Item)

[Java]
    int add(TElXMLKeyInfoItem Item);

Parameters

  • Item - The instance of TElXMLKeyInfoItem class

Return value

    Index of the added item.

Description

    Use this method to add an item to the KeyInfo element.

See also:     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum