Click or drag to resize

ICMSTaxonomyNavigationElementGetCategory Method

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: 10.3.169
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