DotNetWikiBot Framework Documentation
Saves page text to the specified file. If the target file already exists it is overwritten.

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

Syntax

C#
public void SaveToFile(
	string filePathName
)

Parameters

filePathName
Type: System..::..String
Path and name of the file.

See Also