SearchResult Class

Result of a Search(string, string, int, int, SearchMode) request.

Constructors

Name Description
SearchResult(SearchMatch[], bool, int) Creates a new instance of the SearchResult class.

Properties

Name Type Description
Matches DotNetBox.SearchMatch List of search matches.
More System.Boolean Whether there are more matches to list or not.
Start System.Int Used for paging. Value at which to set the start argument when calling Search(string, string, int, int, SearchMode) to see more results.

Methods

Name Description
SearchResult.FromJson(JObject) Creates a new instance of the SearchResult class using a JSON object.
SearchResult.ToString() Returns a string containing all of the class’ properties.