Click or drag to resize

ITaxonomyManagerCategoryIdsForContentItem(String) Method


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
IEnumerable<string> CategoryIdsForContentItem(
	string contentItemId
)

Parameters

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

Return Value

IEnumerableString
Collection of Category Node IDs.
See Also