Class SearchResults
- Namespace
- ZeroInstall.Store.Feeds
- Assembly
- ZeroInstall.Store.dll
Holds results of a feed search query.
[Serializable]
public class SearchResults
- Inheritance
-
SearchResults
- Inherited Members
Properties
Results
A list of results matching the specified keywords.
public List<SearchResult> Results { get; }
Property Value
Methods
Query(Config, string?)
Performs a feed search query using the FeedMirror.
public static List<SearchResult> Query(Config config, string? keywords)
Parameters
config
ConfigThe current configuration determining which mirror server to query.
keywords
stringThe keywords to search for.
Returns
Exceptions
- WebException
Failed to get query result.
- InvalidDataException
Failed to parse query result.