DotNetWikiBot Framework Documentation Saves specified text on page on live wiki.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void Save(
string newText,
string comment,
bool isMinorEdit
) |
Parameters
- newText
- Type: System..::..String
New text for this page.
- 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