DotNetWikiBot Framework Documentation
Returns list of strings, containing category names found in page's text and added by page's templates.

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

Syntax

C#
public List<string> GetAllCategories()

Return Value

Type: List<(Of <(<'String>)>)>
Category names with namespace prefixes (e.g. "Category:Art").

See Also