Click or drag to resize

ITaxonomyManagerUnassociateTIndex, TContentItem Method


Clears all categorization from a Content Item .

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void Unassociate<TIndex, TContentItem>(
	TContentItem contentItem
)
where TIndex : new(), AbstractIndexCreationTask
where TContentItem : IContentItem

Parameters

contentItem
Type: TContentItem
Content Item from which to clear all categorization.

Type Parameters

TIndex
TContentItem
Remarks
If the contentItem parameter is null, nothing happens.
See Also