Click or drag to resize
ResultCategoryNodeFindDescendant Method
Searches for the specified category key among this category and its descendants.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public ResultCategoryNode FindDescendant(
	string categoryKey
)

Parameters

categoryKey
Type: SystemString
the key of the category to search for

Return Value

Type: ResultCategoryNode
the category with the specified key, or null if the category key was not found
See Also