DotNetWikiBot Framework Documentation
Retrieves the title for this Page object using page's numeric revision ID (also called "oldid"), stored in "revision" object's property. Make sure that "revision" property is set before calling this function. Use this function when working with old revisions to detect if the page was renamed at some point.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public void GetTitle()

See Also