RssChannel.

Items Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssChannel

Syntax

[XmlElement("item")]
public List<RssItem> Items { get; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
List<RssItem>
GitHub