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: 3.47.3
Syntax
C#
public ResultCategoryNode FindDescendant( string categoryKey )
Parameters
- categoryKey
- Type: SystemString
the key of the category to search for
Return Value
Type: ResultCategoryNodethe category with the specified key, or null if the category key was not found
See Also