DotNetWikiBot Framework Documentation
Adds all pages in PageList to the specified category by adding links to that category in pages texts.

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

Syntax

C#
public void AddToCategory(
	string categoryName
)

Parameters

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

See Also