SampleApp.CommonTasks.DeleteListItems Function
This method deletes all the File Plan Components that are selected in the specified List View control.

Public void DeleteListItems (System.Windows.Forms.Control, com.ibm.gre.ClientSession, SampleApp.Util, System.Windows.Forms.ListView)
  Type Name Description  
    System.Windows.Forms.Control parent The Form1 object used for logging  
    com.ibm.gre.ClientSession session The current ClientSession  
    Util util The current Util object used for logging etc.  
    System.Windows.Forms.ListView lv The List View that contains the selected File Plan Components to be deleted.  
  Return Description  
    void