IRtConnectionGetList Method

Overload List

  NameDescription
Public methodCode exampleGetListT(String)
Returns a collection of T types for the specified list name and type.
Public methodGetListT(String, IFromStringConverter)
Gets the list.
Public methodGetList(String, String)
Returns a collection of types defiend by the class Name.
Public methodGetList(String, String)
Returns a collection of ListItems for the specified list name. This method is used to return a collection of ListItems containing all columns in the list as individual properties of the ListItem class. For example, if the list sent from the host system contains 5 columns, then the ListItem objects in the returned collection will contain properties called "Column1", "Column2", "Column3", "Column4" and "Column5". These can then be processed by the Client application individually. You can also supply an array of names that will be used to name the columns in the ListItem collection, if you prefer specific names rather than "Column1",etc....
Public methodGetList(String, String, Int32, Int32)
Returns a collection of ListItems for the specified list name
Top
See Also

Reference