Click or drag to resize

ITaxonomyManagerCategories(String) Method


Gets Category Nodes by their unique IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ICategoryNode> Categories(
	string[] categoryIds
)

Parameters

categoryIds  String
Unique IDs of categories to retrieve.

Return Value

IEnumerableICategoryNode
Collection of category node instances
Remarks
Any non-existing category IDs are ignored. Therefore, the order of returned categories doesn't necessarily match the order of IDs.
See Also