DotNetWikiBot Framework Documentation
Gets all levels of subcategories of some wiki category (that means subcategories, sub-subcategories, and so on) and fills this PageList with titles of all pages, found in all levels of subcategories. The multiplicates of recurring pages are removed. Subcategory pages are included. This operation may be very time-consuming and traffic-consuming. The function clears the PageList before filling begins.

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

Syntax

C#
public void FillAllFromCategoryTree(
	string categoryName
)

Parameters

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

See Also