DotNetWikiBot Framework Documentation
Undoes all last edits made by last contributor. The function doesn't affect other operations like renaming or protecting.

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

Syntax

C#
public bool UndoLastEdits(
	string comment,
	bool isMinorEdit
)

Parameters

comment
Type: System..::..String
Comment.
isMinorEdit
Type: System..::..Boolean
Minor edit mark (pass true for minor edit).

Return Value

Type: Boolean
Returns true if last edits were undone.

See Also