ITaxonomyManagerCategories Method (String) Ingeniux CMS Content Store API

Gets Category Nodes by their unique IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<ICategoryNode> Categories(
	string[] categoryIds
)

Parameters

categoryIds
Type: SystemString
Unique IDs of categories to retrieve.

Return Value

Type: 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

Reference