Click or drag to resize

WikiPageExtensions Methods

This is preliminary documentation and is subject to change.

The WikiPageExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodPurgeAsync(IEnumerableWikiPage) Asynchronously purges a sequence of pages.
Public Extension MethodPurgeAsync(IEnumerableWikiPage, PagePurgeOptions) Asynchronously purges a sequence of pages with the given options.
Public Extension MethodPurgeAsync(IEnumerableWikiPage, PagePurgeOptions, CancellationToken) Asynchronously purges a sequence of pages with the given options.
Public Extension MethodRefreshAsync(IEnumerableWikiPage) Asynchronously fetch information for a sequence of pages.
Public Extension MethodRefreshAsync(IEnumerableWikiPage, PageQueryOptions) Asynchronously fetch information for a sequence of pages.
Public Extension MethodRefreshAsync(IEnumerableWikiPage, IWikiPageQueryProvider) Asynchronously fetch information for a sequence of pages.
Public Extension MethodRefreshAsync(IEnumerableWikiPage, PageQueryOptions, CancellationToken) Asynchronously fetch information for a sequence of pages.
Public Extension MethodRefreshAsync(IEnumerableWikiPage, IWikiPageQueryProvider, CancellationToken) Asynchronously fetch information for a sequence of pages.
Top
See Also