 | WikiSiteOpenSearchAsync Method |
This is preliminary documentation and is subject to change.
Overload List | Name | Description |
---|
 | OpenSearchAsync(String) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
 | OpenSearchAsync(String, Int32) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
 | OpenSearchAsync(String, OpenSearchOptions) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
 | OpenSearchAsync(String, Int32, OpenSearchOptions) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
 | OpenSearchAsync(String, Int32, Int32, OpenSearchOptions) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
 | OpenSearchAsync(String, Int32, OpenSearchOptions, CancellationToken) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
 | OpenSearchAsync(String, Int32, Int32, OpenSearchOptions, CancellationToken) |
Performs an opensearch and get results, often used for search box suggestions.
(MediaWiki 1.25 or OpenSearch extension)
|
Top
See Also