DotNetWikiBot Framework Documentation
Loads the contents of all pages in this pageList from live wiki site via XML export interface and saves the retrieved XML content to the specified file. The functions just dumps data, it does not load pages in PageList itself, call Load()()()() or FillAndLoadFromXmlDump(String) to do that. Note that on some sites MediaWiki messages from standard namespace 8 are not available for export.

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

Syntax

C#
public void SaveXmlDumpToFile(
	string filePathName
)

Parameters

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

See Also