ICMSTaxonomyNavigationElementGetCategory Method Ingeniux DSS Library
Gets a Category by ID. This is a recursive search that goes beyond first-level categories.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ICMSNavigatingCategory GetCategory(
	string categoryId
)

Parameters

categoryId
Type: SystemString
ID of Category to search for

Return Value

Type: ICMSNavigatingCategory
If a Category doesn't exist, the value returns null.
See Also

Reference