EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCRLDistributionPointsExtension.Remove

TElCRLDistributionPointsExtension     See also    


 

This method removes a single distribution point element from the list.

 
 

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index : integer);

[VB6]
    Sub IElCRLDistributionPointsExtensionX.RemoveDistributionPoint(Index As Long)

[ActiveX]
    HRESULT _stdcall IElCRLDistributionPointsExtensionX.RemoveDistributionPoint([in] long Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

    Call this method to remove the Distribution Point element specified by Index from the list. To add new element, increase the value of Count property.

 
 

See also:     Count     DistributionPoints    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation