Click or drag to resize

NewsItemGetNewsListFromCategoryForIntegration Method

Gets the news list from category for integration.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static NewsItemCollection GetNewsListFromCategoryForIntegration(
	string categoryIds,
	string excludeNewsItemsIds,
	DateTime dateFrom,
	DateTime dateTo
)

Parameters

categoryIds
Type: SystemString
The list of category ids.
excludeNewsItemsIds
Type: SystemString
The list of exclude news items ids.
dateFrom
Type: SystemDateTime
The start date.
dateTo
Type: SystemDateTime
The end date.

Return Value

Type: NewsItemCollection
See Also