DotNetWikiBot Framework Documentation
Fills this PageList with pages from specified category page. Subcategories are not included, call FillAllFromCategory(String) function instead to get category contents with subcategories.

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

Syntax

C#
public void FillFromCategory(
	string categoryName
)

Parameters

categoryName
Type: System..::..String
Category name, with or without namespace prefix.

See Also