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

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

Syntax

C#
public void Save(
	string comment,
	bool isMinorEdit
)

Parameters

comment
Type: System..::..String
Your edit comment.
isMinorEdit
Type: System..::..Boolean
Minor edit mark (true = minor edit).

See Also