DotNetWikiBot Framework Documentation
Loads page text from the specified UTF8-encoded file.

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

Syntax

C#
public void LoadFromFile(
	string filePathName
)

Parameters

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

See Also