AtomFeed.

Entries Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Atom
Containing Type
AtomFeed

Syntax

[XmlElement("entry")]
public List<AtomEntry> Entries { get; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
List<AtomEntry>
GitHub