Click or drag to resize

NewsItemGetNewsList Method (Int32)

Gets the collection of news by ids list.

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static NewsItemCollection GetNewsList(
	int[] itemsIDs
)

Parameters

itemsIDs
Type: SystemInt32
The list of news ids.

Return Value

Type: NewsItemCollection
See Also