DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Returns true if last edits were undone.
Undoes all last edits made by last contributor.
The function doesn't affect other operations
like renaming or protecting.
Namespace: DotNetWikiBotAssembly: 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: BooleanReturns true if last edits were undone.