DotNetWikiBot Framework Documentation
Gets page titles and page text from local XML dump. This function consumes much resources.

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

Syntax

C#
public void FillAndLoadFromXmlDump(
	string filePathName
)

Parameters

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

See Also