- Namespace
- Statiq
.Feeds .Syndication - Interfaces
- Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type-.->Interface0["IFeedMetadata"]
click Interface0 "/api/Statiq.Feeds.Syndication/IFeedMetadata"
Type["FeedMetadata"]
class Type type-node
Derived0["FeedItem"]-->Type
click Derived0 "/api/Statiq.Feeds.Syndication/FeedItem"
Derived1["Feed"]-->Type
click Derived1 "/api/Statiq.Feeds.Syndication/Feed"
Syntax
public abstract class FeedMetadata : IFeedMetadata
Properties
| Name | Property Type | Summary |
|---|---|---|
| Author | string | |
| Description | string | |
| Id | string | |
| ImageLink | Uri | |
| Link | Uri | |
| Published | DateTime? | |
| Title | string | |
| Updated | DateTime? |