Click or drag to resize

ICMSAssetTaxonomyNavigationElementGetAssetsByCategory Method

Gets the list of Links by Category ID.

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

Parameters

categoryId
Type: SystemString
ID of the Category to search for

Return Value

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