Metadata about a feed or feed item.
- Namespace
- Statiq
.Feeds .Syndication - Implementing Types
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.
|