Click or drag to resize

ICMSTaxonomyNavigationElementGetPagesByCategory Method

Gets the list of Links by Category ID.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSLinkElement> GetPagesByCategory(
	string categoryId
)

Parameters

categoryId
Type: SystemString
ID of the Category to search for

Return Value

Type: IEnumerableICMSLinkElement
An empty list if the Category doesn't exist, or if the category has no page links below it
See Also