Click or drag to resize
ResultCategoryNodeSubcategories Property
A list of this category's subcategories, if they were included in the result.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public IList<ResultCategoryNode> Subcategories { get; }

Return Value

Type: IListResultCategoryNode
the subcategories of this category
See Also