Click or drag to resize

ICategoryNodeRemoveSynonyms Method


Removes all synonyms from this CategoryNode under given locale or across all locales

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void RemoveSynonyms(
	ILocale locale = null
)

Parameters

locale (Optional)
Type: Ingeniux.CMSILocale
All synonyms with this locale will be removed. If not specified, removes all synonyms.
See Also