Click or drag to resize
PanelContentResultAsCategoryList Method
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.4.1
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