ResultVariantGetCategories Method |
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: 4.5.0
Syntax public IEnumerable<ResultCategoryData> GetCategories(
string categoryReferenceAttribute
)
Parameters
- categoryReferenceAttribute
- Type: SystemString
Return Value
Type:
IEnumerableResultCategoryDataSee Also