Click or drag to resize

WikiPageExtensions Class

This is preliminary documentation and is subject to change.

Provides extension methods for a sequence of WikiPage.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.PagesWikiPageExtensions

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public static class WikiPageExtensions

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