  | PageMovingOptions Enumeration | 
This is preliminary documentation and is subject to change.
            Specifies options for moving pages.
            
Namespace: WikiClientLibrary.PagesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[FlagsAttribute]
public enum PageMovingOptions
<FlagsAttribute>
Public Enumeration PageMovingOptions
Dim instance As PageMovingOptions
[FlagsAttribute]
public enum class PageMovingOptions
[<FlagsAttribute>]
type PageMovingOptions
Members| Member name | Value | Description | 
|---|
| None | 0 |   | 
| LeaveTalk | 1 | 
            Do not attempt to move talk pages.
             | 
| MoveSubpages | 2 | 
            Move subpages, if applicable.
             | 
| NoRedirect | 4 | 
            Don't create a redirect. Requires the suppressredirect right,
            which by default is granted only to bots and sysops
             | 
| IgnoreWarnings | 8 | 
            Ignore any warnings.
             | 
See Also