| 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
)
Public Shared Function GetNewsList (
itemsIDs As Integer()
) As NewsItemCollection
Parameters
- itemsIDs
- Type: SystemInt32
The list of news ids.
Return Value
Type:
NewsItemCollectionSee Also