DotNetWikiBot Framework Documentation
Adds the page to the specified category by adding a link to that category to the very end of page's text. If the link to the specified category already exists, the function silently does nothing.

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. Sort key can also be included after "|", like "Category:Stars|D3".

See Also