DotNetWikiBot Framework Documentation
Gets titles of pages which transclude (embed) the specified page. 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 FillFromTransclusionsOfPage(
	string pageTitle
)

Parameters

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

See Also