PanelContentResultAsCategoryList Method A Sandcastle Documented Class Library
Fetches the result as a list of CategoryData objects. These objects do not have links to any subcategories or parent.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public IList<ResultCategoryData> ResultAsCategoryList()

Return Value

Type: IListResultCategoryData
the result as a list of categories
Exceptions

ExceptionCondition
ResultTypeExceptionif the result cannot be converted to a list of categories
PanelExceptionif there was an error evaluating the function in the eSales service
See Also

Reference