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
)

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

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

See Also