DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
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: DotNetWikiBotAssembly: 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".