FeedKeys Class
Keys for use with the GenerateFeeds module.
Namespace
Statiq.Feeds
Base Types
  • object
graph BT Type-->Base0["object"] Type["FeedKeys"] class Type type-node

Syntax

public static class FeedKeys

Fields

Name Field Type Constant Value Summary
Author string Author
The default metadata key for getting the author of feed items.
static
Content string Content
The default metadata key for getting the content of feed items.
static
Copyright string Copyright
The default metadata key for getting the copyright of feed items.
static
Description string Description
The default metadata key for getting the description of feed items.
static
Excerpt string Excerpt
The default metadata key for getting the excerpt of feed items. The excerpt is typically only used for the feed item if a description is not provided.
static
Image string Image
The default metadata key for getting the image of feed items.
static
Published string Published
The default metadata key for getting the published date of feed items.
static
Title string Title
The default metadata key for getting the title of feed items.
static
Updated string Updated
The default metadata key for getting the updated date of feed items.
static