Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPRefs.Add

TElXMLOCSPRefs     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int Add(TElXMLOCSPRef AOCSPRef);

[VB.NET]
    Function Add(ByVal AOCSPRef As TElXMLOCSPRef) As Integer

[Pascal]
    function Add(AOCSPRef : TElXMLOCSPRef) : integer;

[C++]
    int32_t Add(TElXMLOCSPRef &AOCSPRef);
    int32_t Add(TElXMLOCSPRef *AOCSPRef);

[PHP]
    integer Add(TElXMLOCSPRef $AOCSPRef)

[Java]
    int add(TElXMLOCSPRef AOCSPRef);

Parameters

  • AOCSPRef - OCSPRef 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:     OCSPRef     Delete    

Discuss this help topic in SecureBlackbox Forum