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.6.492
Syntax
void RemoveSynonyms(
	ILocale locale = null
)

Parameters

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