Click or drag to resize

ITaxonomyManagerCategoryIdsForContentItem Method (String)


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

Parameters

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

Return Value

Type: IEnumerableString
Collection of Category Node IDs.
See Also