DotNetWikiBot Framework Documentation
Saves titles of all pages in PageList to the specified file. Each title on a separate line. 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 SaveTitlesToFile(
	string filePathName
)

Parameters

filePathName
Type: System..::..String
The path to and name of the target file as string.

See Also