Summary
Metadata about a feed or feed item
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds .Syndication - Implementing Types
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 |
Gets the initial date published
|
Title | string |
Gets the title
|
Updated | Nullable |
Gets the date last updated
|