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
)

Parameters

newTitle
Type: System..::..String
New title of this page.
reason
Type: System..::..String
Reason for renaming.

See Also