DotNetWikiBot Framework Documentation
Removes the page from category by deleting link to that category in page text.

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