Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPRefs.Insert

TElXMLOCSPRefs     See also     


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


Inserts an OCSPRef element into the list at the specified position.

Declaration

[C#]
    void Insert(int Index, TElXMLOCSPRef AOCSPRef);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal AOCSPRef As TElXMLOCSPRef)

[Pascal]
    function Insert(Index : integer; AOCSPRef : TElXMLOCSPRef) : integer;

[C++]
    void Insert(int32_t Index, TElXMLOCSPRef &AOCSPRef);
    void Insert(int32_t Index, TElXMLOCSPRef *AOCSPRef);

[PHP]
    void Insert(integer $Index, TElXMLOCSPRef $AOCSPRef)

[Java]
    void insert(int Index, TElXMLOCSPRef AOCSPRef);

Parameters

  • Index - Position at which a new item should be inserted.
  • AOCSPRef - an element that should to be added to the list.

Return value

    Number of the added item in the list.

Description

    Call this method to insert a OCSPRef element into the list at the specified position.

See also:     OCSPRef     Add    

Discuss this help topic in SecureBlackbox Forum