IFeedMetadata Interface
Metadata about a feed or feed item.
IFeedMetadata
FeedItem
AtomEntry
RdfFeed
RssFeed
IFeedItem
AtomFeed
RdfTextInput
RssItem
RdfChannel
RdfItem
FeedMetadata
IFeed
Feed

Syntax

public interface IFeedMetadata

Properties

Name Property Type Summary
Author string
Gets the author.
Description string
Gets the description.
Id string
Gets a unique identifier (usually a URI but can sometimes be other values).
ImageLink Uri
Gets a link to a related image.
Link Uri
Gets the link to the full version.
Published DateTime?
Gets the initial date published.
Title string
Gets the title.
Updated DateTime?
Gets the date last updated.

Extension Methods