ResultCategoryNodeFindDescendant Method A Sandcastle Documented Class Library
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.0.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

Reference