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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 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