Discuss this help topic in SecureBlackbox Forum

TElCMSSignerLocation.RemovePostalAddressLine

TElCMSSignerLocation     See also     


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


Removes a postal address line from the list.

Declaration

[C#]
    void RemovePostalAddressLine(int Index);

[VB.NET]
    Sub RemovePostalAddressLine(ByVal Index As Integer)

[Pascal]
    procedure RemovePostalAddressLine(Index: integer);

[C++]
    void RemovePostalAddressLine(int32_t Index);

[PHP]
    void RemovePostalAddressLine(integer $Index)

[Java]
    void removePostalAddressLine(int Index);

Parameters

  • Index - index of the item to be deleted. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this method to remove the desired postal address line from the list.

See also:     AddPostalAddressLine     ClearPostalAddressLines     PostalAddressLines    

Discuss this help topic in SecureBlackbox Forum