Summary
Keys for use with the
Wyam.Feeds.GenerateFeeds module.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FeedKeys"]
class Type type-node
Syntax
public static class FeedKeys
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Author | Author |
The default metadata key for getting the author of feed items.
static
|
| Content | Content |
The default metadata key for getting the content of feed items.
static
|
| Copyright | Copyright |
The default metadata key for getting the copyright of feed items.
static
|
| Description | Description |
The default metadata key for getting the description of feed items.
static
|
| Excerpt | Excerpt |
The default metadata key for getting the excerpt of feed items. The
exceprt is typically only used for the feed item if a description
is not provided.
static
|
| Image | Image |
The default metadata key for getting the image of feed items.
static
|
| Published | Published |
The default metadata key for getting the published date of feed items.
static
|
| Title | Title |
The default metadata key for getting the title of feed items.
static
|
| Updated | Updated |
The default metadata key for getting the updated date of feed items.
static
|
