Click or drag to resize

ITaxonomyGetCategories Method

Get categories for given page

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

Parameters

pageId
Type: SystemString
id of page

Return Value

Type: IEnumerableICategoryDefinition
Collection of category definitions, if found
See Also