Items Property
Gets a list of feed items.
Namespace
Statiq.Feeds.Syndication
Containing Type
IFeed
Property Type
IList<IFeedItem>

Syntax

IList<IFeedItem> Items { get; }

Value

Type Description
IList<IFeedItem>