Feed interface.
- Namespace
- Statiq
.Feeds .Syndication - Interfaces
- Implementing Types
Syntax
public interface IFeed : IFeedMetadata, INamespaceProvider
Properties
| Name | Property Type | Summary |
|---|---|---|
| Copyright | string |
Gets the copyright.
|
| FeedType | FeedType |
Gets the type of the feed.
|
| Items | IList |
Gets a list of feed items.
|
| MimeType | string |
Gets the MIME Type designation for the feed.
|