ResultVariantGetCategories Method A Sandcastle Documented Class Library
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.2.1
Syntax

C#
public IEnumerable<ResultCategoryData> GetCategories(
	string categoryReferenceAttribute
)

Parameters

categoryReferenceAttribute
Type: SystemString

Return Value

Type: IEnumerableResultCategoryData
See Also

Reference