SampleApp.CommonTasks.DisplayLifeCycleResultList Function
This method displays the information contained in the IRMLifeCycleResultList object in the specified List View control. Demonstrates how to use the IRMLifeCycleResultList class.

Public void DisplayLifeCycleResultList (System.Windows.Forms.ListView, com.ibm.gre.IRMLifeCycleResultList, int, bool)
  Type Name Description  
    System.Windows.Forms.ListView lv The List View to display the information in.  
    IRMLifeCycleResultList rl The IRMLifeCycleResultList containing information to display.  
    int nFlPlnViewID This view Id will be added to the IRMComponent object that is attached as a value for the ListViewItem Tag property.  
    bool rootsOnly Specifies if only the Root items from the result should be displayed.  
  Return Description  
    void