Item interface.
- Namespace
- Statiq
.Feeds .Syndication - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IFeedMetadata"]
click Interface0 "/api/Statiq.Feeds.Syndication/IFeedMetadata"
Type["IFeedItem"]
class Type type-node
Implementing0["FeedItem"]-.->Type
click Implementing0 "/api/Statiq.Feeds.Syndication/FeedItem"
Implementing1["AtomEntry"]-.->Type
click Implementing1 "/api/Statiq.Feeds.Syndication.Atom/AtomEntry"
Implementing2["RdfTextInput"]-.->Type
click Implementing2 "/api/Statiq.Feeds.Syndication.Rdf/RdfTextInput"
Implementing3["RssItem"]-.->Type
click Implementing3 "/api/Statiq.Feeds.Syndication.Rss/RssItem"
Implementing4["RdfChannel"]-.->Type
click Implementing4 "/api/Statiq.Feeds.Syndication.Rdf/RdfChannel"
Implementing5["RdfItem"]-.->Type
click Implementing5 "/api/Statiq.Feeds.Syndication.Rdf/RdfItem"
Syntax
public interface IFeedItem : IFeedMetadata
Properties
Name | Property Type | Summary |
---|---|---|
Content | string |
Gets the content.
|
ThreadCount | int? |
Gets the number of comments on this item.
|
ThreadLink | Uri |
Gets the link to comments on this item.
|
ThreadUpdated | DateTime? |
Gets the number of comments on this item.
|