Click or drag to resize

ITaxonomyByID Method

Gets a category by id

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

Parameters

categoryId
Type: SystemString
category id to look for

Return Value

Type: ICategoryDefinition
Null if category doesn't exist
See Also