Click or drag to resize

ITaxonomyGetCategories Method

Get taxonomy categories for a given page.

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
IEnumerable<ICategoryDefinition> GetCategories(
	string pageId
)

Parameters

pageId
Type: SystemString
ID of the page to get categories for

Return Value

Type: IEnumerableICategoryDefinition
The collection of category definitions. If no categories are found an empty list is returned.
See Also