PanelContentResultAsCategoryTree Method A Sandcastle Documented Class Library
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.0.0
Syntax

C#
public ResultCategoryNode ResultAsCategoryTree()

Return Value

Type: ResultCategoryNode
the result as Category
Exceptions

ExceptionCondition
ResultTypeExceptionif the result is not of type Category
PanelExceptionif there was an error evaluating the function in the eSales service
See Also

Reference