Item interface.
- Namespace
- Statiq
.Feeds .Syndication - Interfaces
- Implementing Types
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.
|