| 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
)
Public Shared Function GetNewsListFromCategoryForIntegration (
categoryIds As String,
excludeNewsItemsIds As String,
dateFrom As DateTime,
dateTo As DateTime
) As NewsItemCollection
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:
NewsItemCollectionSee Also