Click or drag to resize
ResultCategoryListGetEnumerator Method
Returns an enumerator that iterates through the categories.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public IEnumerator<ResultCategoryData> GetEnumerator()

Return Value

Type: IEnumeratorResultCategoryData
A IEnumeratorT that can be used to iterate through the categories.

Implements

IEnumerableTGetEnumerator
See Also