DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
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: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void GetTitle() |