Get the category objects of the given category reference attribute.
the category reference attribute to get the categories for
@return the category objects of the category reference attribute as an enumerable
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public IEnumerable<ResultCategoryData> GetCategories( string categoryReferenceAttribute )
Parameters
- categoryReferenceAttribute
- Type: SystemString
Return Value
Type: IEnumerableResultCategoryDataSee Also