Click or drag to resize

ICMSAssetTaxonomyNavigationElementGetCategory 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.6.308
Syntax
ICMSNavigatingCategory GetCategory(
	string categoryId
)

Parameters

categoryId
Type: SystemString
ID of Category to search for

Return Value

Type: ICMSNavigatingCategory
ICMSNavigatingCategory, or null if a Category doesn't exist.
See Also