DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Renames the page. Redirection from old title to new title is
automatically created.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void RenameTo( string newTitle, string reason, bool renameTalkPage, bool renameSubPages ) |
Parameters
- newTitle
- Type: System..::..String
New title of this page.
- reason
- Type: System..::..String
Reason for renaming.
- renameTalkPage
- Type: System..::..Boolean
If true, corresponding talk page will also be renamed.
- renameSubPages
- Type: System..::..Boolean
If true, subpages (like User:Me/Subpage) will also be renamed.