DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Saves all pages in PageList to live wiki site. The function waits for specified
number of seconds between each page save operation in order to decrease server load.
It uses defaultEditComment and minorEditByDefault
settings.
Namespace: DotNetWikiBotAssembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Syntax
C# |
---|
public void SaveSmoothly( int intervalSeconds ) |
Parameters
- intervalSeconds
- Type: System..::..Int32
Number of seconds to wait between each save operation.