Click or drag to resize

PagePurgeOptions Enumeration

This is preliminary documentation and is subject to change.

Options for purging a page.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[FlagsAttribute]
public enum PagePurgeOptions
Members
Member nameValueDescription
None0 
ForceLinkUpdate1 Updates the link tables.
ForceRecursiveLinkUpdate2 Like ForceLinkUpdate, but also do ForceLinkUpdate on any page that transcludes the current page. This is akin to making an edit to a template. Note that the job queue is used for this operation, so there may be a slight delay when doing this for pages used a large number of times.
See Also