DotNetWikiBot Framework Documentation
Undoes the last edit of every page in this PageList, so every page text reverts to previous contents. The function doesn't affect other operations like renaming.

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

Syntax

C#
public void Revert(
	string comment,
	bool isMinorEdit
)

Parameters

comment
Type: System..::..String
Your edit comment.
isMinorEdit
Type: System..::..Boolean
Minor edit mark (true = minor edit).

See Also