| NewsItemGetNewsList Method (String) |
Gets the collection of news by string of ids.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static NewsItemCollection GetNewsList(
string itemsIDs
)
Public Shared Function GetNewsList (
itemsIDs As String
) As NewsItemCollection
Parameters
- itemsIDs
- Type: SystemString
The string of ids.
Return Value
Type:
NewsItemCollectionSee Also