ICMSTaxonomyNavigationElementGetPagesByCategory Method Ingeniux DSS Library
Gets the list of Links by Category ID.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference