DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Saves specified text in page on live wiki. Uses
defaultEditComment and minorEditByDefault
(true by default).
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void Save( string newText ) |
Parameters
- newText
- Type: System..::..String
New text for this page.
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. |