IFeed Interface

Summary

Feed interface
graph BT Type-.->Interface0["IFeedMetadata"] click Interface0 "/api/Wyam.Feeds.Syndication/IFeedMetadata" Type-.->Interface1["INamespaceProvider"] click Interface1 "/api/Wyam.Feeds.Syndication/INamespaceProvider" Type["IFeed"] class Type type-node Implementing0["RdfFeed"]-.->Type click Implementing0 "/api/Wyam.Feeds.Syndication.Rdf/RdfFeed" Implementing1["AtomFeed"]-.->Type click Implementing1 "/api/Wyam.Feeds.Syndication.Atom/AtomFeed" Implementing2["Feed"]-.->Type click Implementing2 "/api/Wyam.Feeds.Syndication/Feed" Implementing3["RssFeed"]-.->Type click Implementing3 "/api/Wyam.Feeds.Syndication.Rss/RssFeed"

Syntax

public interface IFeed : IFeedMetadata, INamespaceProvider

Properties

Name Value Summary
Copyright string
Gets the copyright
FeedType FeedType
Gets the type of the feed.
Items IList<IFeedItem>
Gets a list of feed items
MimeType string
Gets the MIME Type designation for the feed
GitHub