DotNetWikiBot Framework Documentation
Overload List
Name | Description | |
---|---|---|
Save()()()() | 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. | |
Save(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. |