DotNetWikiBot Framework Documentation
Undoes the last edit, so page text reverts to previous contents. The function doesn't affect other actions 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
Revert comment.
isMinorEdit
Type: System..::..Boolean
Minor edit mark (pass true for minor edit).

See Also