DotNetWikiBot Framework Documentation
Gets page titles from UTF8-encoded file. Each title must be on a new line. The function does not clear the existing PageList, new pages will be added.

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

Syntax

C#
public void FillFromFile(
	string filePathName
)

Parameters

filePathName
Type: System..::..String
Full file path and name.

See Also