DotNetWikiBot Framework Documentation
Saves specified text on page on live wiki.

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

Syntax

C#
public void Save(
	string newText,
	string comment,
	bool isMinorEdit,
	bool reviewVersion
)

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).
reviewVersion
Type: System..::..Boolean
If true, the page revision after saving is marked reviewed. Bot's account must have sufficient rights to mark revision reviewed. Not every wiki site does have this option.

Exceptions

ExceptionCondition
InsufficientRightsExceptionInsufficient rights to edit this page.
BotDisallowedExceptionBot operation on this page is disallowed.
EditConflictExceptionEdit conflict was detected.
WikiBotExceptionWiki-related error.

See Also