| NewsItemCollection Class |
Represents collection of NewsItems
Inheritance Hierarchy
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public class NewsItemCollection : List<NewsItem>
Public Class NewsItemCollection
Inherits List(Of NewsItem)
The NewsItemCollection type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Fill |
Fills inner collection with data
|
| GetIds |
Gets the IDs
|
TopSee Also