DotNetWikiBot Framework Documentation
Saves contents of text to live wiki site. Uses defaultEditComment and minorEditByDefault (true by default).

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

Syntax

C#
public void Save()

Exceptions

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

See Also