DotNetWikiBot Framework Documentation
Saves specified text in page on live wiki. Uses defaultEditComment and minorEditByDefault (true by default).

Namespace: DotNetWikiBot
Assembly: 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

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

See Also