WikiSearchSettings Class
Definition
A class containing settings for use when searching with Search(String, WikiSearchSettings).
public sealed class WikiSearchSettings
- Inheritance
- System.ObjectWikiSearchSettings
Constructors
WikiSearchSettings() | Instantiates a new WikiSearchSettings instance |
Properties
ExactMatch | Should we only find results that exactly match our search 'Microsoft' results in 'Microsoft' 'Microsof' results in 'no results' |
Language | What wikipedia language to search from. Default is english ( |
Namespaces | What namespaces to search in. Default is none ( |
RequestId | A string that will be returned with the request results. Useful to distinguish multiple requests. |
ResultLimit | How many results to return. Default is 10. |
ResultOffset | An amount to offset the search results by. Useful when scrolling through large groups of pages. |