Click or drag to resize

ICMSTaxonomyNavigationElementNavigatingCategories Property

Gets the first-level Categories under the Taxonomy Navigation element. Each Category has references to child Categories, so it's fully traversible.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSNavigatingCategory> NavigatingCategories { get; }

Property Value

Type: IEnumerableICMSNavigatingCategory
See Also