DotNetWikiBot Framework Documentation
Gets page history and fills this PageList with specified number of recent page revisions. Pre-existing pages will be removed from this PageList. Only revision identifiers, user names, timestamps and comments are loaded, not the texts. Call Load()()()() to load the texts of page revisions. PageList[0] will be the most recent revision.

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

Syntax

C#
public void FillFromPageHistory(
	string pageTitle,
	int limit
)

Parameters

pageTitle
Type: System..::..String
Page to get history of.
limit
Type: System..::..Int32
Number of last page revisions to get.

See Also