DotNetWikiBot Framework Documentation
Saves all pages in PageList to live wiki site. The function waits for forceSaveDelay seconds (or for 5 seconds if forceSaveDelay equals zero, the default) between each page save operation in order to decrease server load. It uses defaultEditComment and minorEditByDefault settings.

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

Syntax

C#
public void SaveSmoothly()

See Also