DotNetWikiBot Framework Documentation
Gets titles of pages which link to specified page. Results include redirects, call RemoveRedirects()()()() to get rid of them. The function does not clear the existing PageList, so new titles will be added.

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

Syntax

C#
public void FillFromLinksToPage(
	string pageTitle
)

Parameters

pageTitle
Type: System..::..String
Page title as string.

See Also