Discuss this help topic in SecureBlackbox Forum

TElXMLCRLRefs.Add

TElXMLCRLRefs     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int Add(TElXMLCRLRef ACRLRef);

[VB.NET]
    Function Add(ByVal ACRLRef As TElXMLCRLRef) As Integer

[Pascal]
    function Add(ACRLRef : TElXMLCRLRef) : integer;

[C++]
    int32_t Add(TElXMLCRLRef &ACRLRef);
    int32_t Add(TElXMLCRLRef *ACRLRef);

[PHP]
    integer Add(TElXMLCRLRef $ACRLRef)

[Java]
    int add(TElXMLCRLRef ACRLRef);

Parameters

  • ACRLRef - CRLRef element that should to be added to the list.

Return value

    Number of the added item in the list.

Description

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

See also:     CRLRef     Delete    

Discuss this help topic in SecureBlackbox Forum