IFeedMetadata Interface

Summary

Metadata about a feed or feed item
graph BT Type["IFeedMetadata"] 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["RssItem"]-.->Type click Implementing2 "/api/Wyam.Feeds.Syndication.Rss/RssItem" Implementing3["IFeed"]-.->Type click Implementing3 "/api/Wyam.Feeds.Syndication/IFeed" Implementing4["FeedMetadata"]-.->Type click Implementing4 "/api/Wyam.Feeds.Syndication/FeedMetadata" Implementing5["IFeedItem"]-.->Type click Implementing5 "/api/Wyam.Feeds.Syndication/IFeedItem" Implementing6["RdfChannel"]-.->Type click Implementing6 "/api/Wyam.Feeds.Syndication.Rdf/RdfChannel" Implementing7["FeedItem"]-.->Type click Implementing7 "/api/Wyam.Feeds.Syndication/FeedItem" Implementing8["AtomEntry"]-.->Type click Implementing8 "/api/Wyam.Feeds.Syndication.Atom/AtomEntry" Implementing9["RdfItem"]-.->Type click Implementing9 "/api/Wyam.Feeds.Syndication.Rdf/RdfItem" Implementing10["Feed"]-.->Type click Implementing10 "/api/Wyam.Feeds.Syndication/Feed" Implementing11["RdfTextInput"]-.->Type click Implementing11 "/api/Wyam.Feeds.Syndication.Rdf/RdfTextInput" Implementing12["RssFeed"]-.->Type click Implementing12 "/api/Wyam.Feeds.Syndication.Rss/RssFeed"

Syntax

public interface IFeedMetadata

Properties

Name Value Summary
Author string
Gets the author
Description string
Gets the description
ID Uri
Gets a unique identifier
ImageLink Uri
Gets a link to a related image
Link Uri
Gets the link to the full version
Published Nullable<DateTime>
Gets the initial date published
Title string
Gets the title
Updated Nullable<DateTime>
Gets the date last updated
GitHub