FeedMetadata Class

Summary

Metadata about a feed or feed item
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication
Interfaces
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type-.->Interface0["IFeedMetadata"] click Interface0 "/api/Wyam.Feeds.Syndication/IFeedMetadata" Type["FeedMetadata"] class Type type-node Derived0["FeedItem"]-->Type click Derived0 "/api/Wyam.Feeds.Syndication/FeedItem" Derived1["Feed"]-->Type click Derived1 "/api/Wyam.Feeds.Syndication/Feed"

Syntax

public abstract class FeedMetadata : 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