ICategoryNodeRemoveSynonyms Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference