Class SearchInfo

A class that contains information about a Wikipedia search. Currently only contains an int for the total number of results.

Inheritance
SearchInfo
Namespace: WikiDotNet
Assembly: Wiki.Net.dll
Syntax
public class SearchInfo

Fields

| Edit this page View Source

TotalHits

How many hits did the search return (in total, including those not shown)

Declaration
[JsonProperty("totalhits")]
public int TotalHits
Field Value
TypeDescription
int