DotNetWikiBot Framework Documentation
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.

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

Syntax

C#
public void SaveSmoothly(
	int intervalSeconds,
	string comment,
	bool isMinorEdit
)

Parameters

intervalSeconds
Type: System..::..Int32
Number of seconds to wait between each save operation.
comment
Type: System..::..String
Edit comment.
isMinorEdit
Type: System..::..Boolean
Minor edit mark (true = minor edit).

See Also