Click or drag to resize

PageQueryOptions Enumeration

This is preliminary documentation and is subject to change.

Options for refreshing a WikiPage object. For more accurate control on what information to fetch from server when calling library functions, consider using overloads that accept IWikiPageQueryProvider.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[FlagsAttribute]
public enum PageQueryOptions
Members
Member nameValueDescription
None0 Fetch basic page information using the following property providers:
FetchContent1 Also fetch content of the page. (FetchContent is false.)
ResolveRedirects2 Resolves directs automatically. This may later change Title. This option cannot be used with generators. In the case of multiple redirects (A→B→C→…→X), all the redirects on the path will be resolved. This will set ResolveRedirects to true.
See Also