| 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
)
Public Shared Function MostPopularNews (
categoryIDs As String,
status As NewsStatus,
extranetGroups As ArrayList,
lastDays As Integer
) As NewsItemCollection
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:
NewsItemCollectionSee Also