Wiki | 
This is preliminary documentation and is subject to change.
The WikiPageExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| PurgeAsync(IEnumerableWikiPage) | Asynchronously purges a sequence of pages. | |
| PurgeAsync(IEnumerableWikiPage, PagePurgeOptions) | Asynchronously purges a sequence of pages with the given options. | |
| PurgeAsync(IEnumerableWikiPage, PagePurgeOptions, CancellationToken) | Asynchronously purges a sequence of pages with the given options. | |
| RefreshAsync(IEnumerableWikiPage) | Asynchronously fetch information for a sequence of pages. | |
| RefreshAsync(IEnumerableWikiPage, PageQueryOptions) | Asynchronously fetch information for a sequence of pages. | |
| RefreshAsync(IEnumerableWikiPage, IWikiPageQueryProvider) | Asynchronously fetch information for a sequence of pages. | |
| RefreshAsync(IEnumerableWikiPage, PageQueryOptions, CancellationToken) | Asynchronously fetch information for a sequence of pages. | |
| RefreshAsync(IEnumerableWikiPage, IWikiPageQueryProvider, CancellationToken) | Asynchronously fetch information for a sequence of pages. |