PanelContentResultAsCategoryTree Method |
Fetches the result as a CategoryNode object, representing the root of a (possibly partial) category tree.
The tree can be traversed using for example the Subcategories property, or utility methods such as GetSelectedSubcategory()
and FindDescendant(string).
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public ResultCategoryNode ResultAsCategoryTree()
Return Value
Type:
ResultCategoryNodethe result as Category
Exceptions See Also