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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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