IFeed.

Items Property

Summary

Gets a list of feed items
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication
Containing Type
IFeed

Syntax

IList<IFeedItem> Items { get; }

Value

Type Description
IList<IFeedItem>
GitHub