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.308
Syntax IEnumerable<string> CopyCategoryAssociations(
ICategoryNode sourceCategory,
ICategoryNode targetCategory
)
Function CopyCategoryAssociations (
sourceCategory As ICategoryNode,
targetCategory As ICategoryNode
) As IEnumerable(Of String)
IEnumerable<String^>^ CopyCategoryAssociations(
ICategoryNode^ sourceCategory,
ICategoryNode^ targetCategory
)
abstract CopyCategoryAssociations :
sourceCategory : ICategoryNode *
targetCategory : ICategoryNode -> IEnumerable<string>
Parameters
- sourceCategory
- Type: Ingeniux.CMSICategoryNode
The Category Node to use for source associations. These content items will be associated with the targetCategory - targetCategory
- Type: Ingeniux.CMSICategoryNode
the Category Node to associate with the source items.
Return Value
Type:
IEnumerableString[Missing <returns> documentation for "M:Ingeniux.CMS.ITaxonomyManager.CopyCategoryAssociations(Ingeniux.CMS.ICategoryNode,Ingeniux.CMS.ICategoryNode)"]
See Also