Click or drag to resize

ITaxonomy Interface

Represents the taxonomy system, including taxonomy tree and page associations.

Namespace:  Ingeniux.Runtime.Taxonomy
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
public interface ITaxonomy : ISingleton

The ITaxonomy type exposes the following members.

Methods
  NameDescription
Public methodByID
Gets a taxonomy category by ID.
Public methodGetCategories
Get taxonomy categories for a given page.
Public methodGetCategoryPages
Get all the pages associated with a given category.
Public methodReport
Reporting function declaration to be implemented with extending classes
(Inherited from ISingleton.)
Top
See Also