DotNetWikiBot Framework Documentation Saves
text contents to live wiki site.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void Save(
string comment,
bool isMinorEdit
) |
Parameters
- comment
- Type: System..::..String
Your edit comment.
- isMinorEdit
- Type: System..::..Boolean
Minor edit mark (true = minor edit).
Exceptions
Exception | Condition |
---|
InsufficientRightsException | Insufficient rights to edit
this page. |
BotDisallowedException | Bot operation on this page
is disallowed. |
EditConflictException | Edit conflict was detected. |
WikiBotException | Wiki-related error. |
See Also