DotNetWikiBot Framework Documentation
Returns the list of strings which contains category names found in page's text, with namespace prefix, without sorting keys. You can use the resultant strings to call FillFromCategory(String) or FillFromCategoryTree(String) function. Categories added by templates are not returned. Use GetAllCategories() function to get such categories too.

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

Syntax

C#
public List<string> GetCategories()

Return Value

Type: List<(Of <(<'String>)>)>
Returns the List object.

See Also