Click or drag to resize

NewsItemMostPopularNews Method

Gets the most popular news list.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static NewsItemCollection MostPopularNews(
	string categoryIDs,
	NewsStatus status,
	ArrayList extranetGroups,
	int lastDays
)

Parameters

categoryIDs
Type: SystemString
The list of news category ids.
status
Type: Dynamicweb.NewsNewsStatus
The status of news.
extranetGroups
Type: System.CollectionsArrayList
The extranet groups list.
lastDays
Type: SystemInt32
The amount last days.

Return Value

Type: NewsItemCollection
See Also