DotNetWikiBot Framework Documentation
This function fills this PageList with pages from specified category page, subcategories are also included.

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

Syntax

C#
public void FillAllFromCategory(
	string categoryName
)

Parameters

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

See Also