Click or drag to resize

ITaxonomyManagerCopyCategoryAssociations Method


Copied the content associations of sourceCategory to targetCategory. For example. If you want everything tagged 'A' to also be tagged 'B' you would copy the associations from 'A' (source) to 'B' (target).

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<string> CopyCategoryAssociations(
	ICategoryNode sourceCategory,
	ICategoryNode targetCategory
)

Parameters

sourceCategory  ICategoryNode
The Category Node to use for source associations. These content items will be associated with the targetCategory
targetCategory  ICategoryNode
the Category Node to associate with the source items.

Return Value

IEnumerableString

[Missing <returns> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CopyCategoryAssociations(Ingeniux.CMS.ICategoryNode,Ingeniux.CMS.ICategoryNode)"]

See Also