Click or drag to resize

WikiPageRefreshAsync(PageQueryOptions) Method

This is preliminary documentation and is subject to change.

Fetch information for the page.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public Task RefreshAsync(
	PageQueryOptions options
)

Parameters

options  PageQueryOptions
Options when querying for the pages.

Return Value

Task
Exceptions
ExceptionCondition
InvalidOperationExceptionCircular redirect detected when resolving redirects.
Remarks
For fetching multiple pages at one time, see RefreshAsync(IEnumerableWikiPage, PageQueryOptions).
See Also