ArticleList Property
Collection of articles collected through GroupOverview or GroupSearch .
Syntax
public ArticleInfoList getArticleList();
Remarks
This property contains a collection of articles collected through GroupOverview or GroupSearch. This collection consists of a list of ArticleInfo objects. The returned list contains information about each article in the OverviewRange or SearchRange when either GroupOverview or GroupSearch is called.
ArticleInfoLimit can be used to control the number of articles saved.
This collection is indexed from 0 to size - 1.
This property is read-only and not available at design time.