Click or drag to resize

ITaxonomyByID Method

Gets a taxonomy category by ID.

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
ICategoryDefinition ByID(
	string categoryId
)

Parameters

categoryId
Type: SystemString
The ID of the category to look for

Return Value

Type: ICategoryDefinition
The specified category, null if the category doesn't exist
See Also