Returns the list of predefined categories.
'Declaration
Public Function GetDefaults() As System.Collections.Generic.List(Of Category)
public System.Collections.Generic.List<Category> GetDefaults()
Return Value
The System.Collections.Generic.List`1 object.