DotNetWikiBot Framework Documentation
Renames the page. Redirection from old title to new title is automatically created.

Namespace: DotNetWikiBot
Assembly: 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.

See Also