DotNetWikiBot Framework Documentation
Removes all pages in PageList from specified category by deleting links to that category in pages texts.

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

Syntax

C#
public void RemoveFromCategory(
	string categoryName
)

Parameters

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

See Also