Click or drag to resize

ITaxonomyManagerCategoryIdsForContentItemTIndex(String) Method


Note: This API is now obsolete.

Retrieves a list of IDs for all the Category Nodes that are associated with a given Content Item.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
[ObsoleteAttribute("TIndex no longer required")]
IEnumerable<string> CategoryIdsForContentItem<TIndex>(
	string contentItemId
)
where TIndex : new(), AbstractIndexCreationTask

Parameters

contentItemId  String
ID of the content item on which to retrieve categorization information.

Type Parameters

TIndex

Return Value

IEnumerableString
Collection of of category node IDs.
Remarks
This method is deprecated. Please use CategoryIdsForContentItem instead.
See Also