Class SearcherInstance
+Feedly search result class instance
+Namespace: Nettify.Rss.Searcher
+Assembly: Nettify.dll
+Syntax
+public class SearcherInstance
+ Properties +
+ + | + Edit this page + + + View Source + + +AccentColor
+Accent color in hexadecimals
+Declaration
+public string AccentColor { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
CoverUrl
+Cover URL
+Declaration
+public string CoverUrl { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Description
+Description of the feed
+Declaration
+public string Description { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
EstimatedEngagement
+Estimated feed engagement rate
+Declaration
+public int EstimatedEngagement { get; }
+ Property Value
+Type | +Description | +
---|---|
int | ++ |
FeedId
+Feed ID, including a link to the feed itself
+Declaration
+public string FeedId { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
IconUrl
+Icon URL
+Declaration
+public string IconUrl { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Id
+Feed ID, including a link to the feed itself
+Declaration
+public string Id { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Language
+Language of the feed in two-letter language code, such as en, de, nl, ...
+Declaration
+public string Language { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
LastUpdated
+Last updated time in Unix time (milliseconds)
+Declaration
+public double LastUpdated { get; }
+ Property Value
+Type | +Description | +
---|---|
double | ++ |
Logo
+Logo URL
+Declaration
+public string Logo { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Partial
+Whether this syndication is partial or not
+Declaration
+public bool Partial { get; }
+ Property Value
+Type | +Description | +
---|---|
bool | ++ |
RelatedLayout
+Related layout
+Declaration
+public string RelatedLayout { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
RelatedTarget
+Related target
+Declaration
+public string RelatedTarget { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Score
+Feed score
+Declaration
+public double Score { get; }
+ Property Value
+Type | +Description | +
---|---|
double | ++ |
Subscribers
+Number of Feedly subscribers
+Declaration
+public int Subscribers { get; }
+ Property Value
+Type | +Description | +
---|---|
int | ++ |
Title
+Feed title
+Declaration
+public string Title { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Topics
+Feed topics and categories
+Declaration
+public string[] Topics { get; }
+ Property Value
+Type | +Description | +
---|---|
string[] | ++ |
Updated
+Updated time in Unix time (milliseconds)
+Declaration
+public double Updated { get; }
+ Property Value
+Type | +Description | +
---|---|
double | ++ |
Velocity
+How frequent does this feed get updated?
+Declaration
+public double Velocity { get; }
+ Property Value
+Type | +Description | +
---|---|
double | ++ |
VisualUrl
+Visual URL
+Declaration
+public string VisualUrl { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |
Website
+Website of a feed (main home page)
+Declaration
+public string Website { get; }
+ Property Value
+Type | +Description | +
---|---|
string | ++ |