  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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