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.2.1
Syntax
C#
public IList<ResultCategoryData> ResultAsCategoryList()
Return Value
Type: IListResultCategoryDatathe result as a list of categories
Exceptions
| Exception | Condition | 
|---|---|
| ResultTypeException | if the result cannot be converted to a list of categories | 
| PanelException | if there was an error evaluating the function in the eSales service | 
See Also