| PagePurgeOptions Enumeration |
This is preliminary documentation and is subject to change.
Options for purging a page.
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax [FlagsAttribute]
public enum PagePurgeOptions
<FlagsAttribute>
Public Enumeration PagePurgeOptions
Dim instance As PagePurgeOptions
[FlagsAttribute]
public enum class PagePurgeOptions
[<FlagsAttribute>]
type PagePurgeOptions
Members Member name | Value | Description |
---|
None | 0 | |
ForceLinkUpdate | 1 |
Updates the link tables.
|
ForceRecursiveLinkUpdate | 2 |
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