DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodSave()()()()
Saves all pages in PageList to live wiki site. Uses defaultEditComment and minorEditByDefault settings. This function doesn't limit the saving speed, so in case of working on public wiki, it's better to use SaveSmoothly()()()() function in order to decrease server load.
Public methodSave(String, Boolean)
Saves all pages in PageList to live wiki site. This function doesn't limit the saving speed, so in case of working on public wiki it's better to use SaveSmoothly(Int32, String, Boolean) function in order to decrease server load.

See Also