WikiSearchResult Class
Definition
Information on a returned search result
public sealed class WikiSearchResult
- Inheritance
- System.ObjectWikiSearchResult
Fields
LastEdited | The last time this page was edited |
Ns | Unknown what this number refers to, likely refers to 'namespace' |
PageId | The numerical ID that corresponds internally (in Wikipedia's servers) to this page |
Preview | A preview of the page |
Size | (Possibly) How large the entire page is (assumed in bytes). Unknown what this actually is/does. |
Title | The title of this page |
WordCount | How many words are in the article |
Properties
ConstantUrl | A URL that can be used to access the article online. Created using the Page ID, and will point to the same article even if the title changes |
Url | A URL that can be used to access the article. If the page gets renamed or moved, this will likely break, and point to a different or non-existent page |