Click or drag to resize

ITaxonomyManagerCategories Method (String)


Gets Category Nodes by their unique IDs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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