FeedItem Class
Namespace
Statiq.Feeds.Syndication
Interfaces
Base Types
graph BT Type-->Base0["FeedMetadata"] click Base0 "/api/Statiq.Feeds.Syndication/FeedMetadata" Base0-->Base1["object"] Type-.->Interface0["IFeedItem"] click Interface0 "/api/Statiq.Feeds.Syndication/IFeedItem" Type-.->Interface1["IFeedMetadata"] click Interface1 "/api/Statiq.Feeds.Syndication/IFeedMetadata" Type["FeedItem"] class Type type-node

Syntax

public class FeedItem : FeedMetadata, IFeedItem, IFeedMetadata

Properties

Name Property Type Summary
Author string
Inherited from FeedMetadata
Content string
Description string
Inherited from FeedMetadata
Id string
Inherited from FeedMetadata
ImageLink Uri
Inherited from FeedMetadata
Link Uri
Inherited from FeedMetadata
Published DateTime?
Inherited from FeedMetadata
ThreadCount int?
ThreadLink Uri
ThreadUpdated DateTime?
Title string
Inherited from FeedMetadata
Updated DateTime?
Inherited from FeedMetadata

Extension Methods