Click or drag to resize

ITaxonomyManagerCategoryIdsForContentItemTIndex Method (String)


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.308
Syntax
[ObsoleteAttribute("TIndex no longer required")]
IEnumerable<string> CategoryIdsForContentItem<TIndex>(
	string contentItemId
)
where TIndex : new(), AbstractIndexCreationTask

Parameters

contentItemId
Type: SystemString
ID of the content item on which to retrieve categorization information.

Type Parameters

TIndex

Return Value

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