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.3.169
Syntax void RemoveSynonyms(
ILocale locale = null
)
Sub RemoveSynonyms (
Optional locale As ILocale = Nothing
)
void RemoveSynonyms(
ILocale^ locale = nullptr
)
abstract RemoveSynonyms :
?locale : ILocale
(* Defaults:
let _locale = defaultArg locale null
*)
-> unit
Parameters
- locale (Optional)
- Type: Ingeniux.CMSILocale
All synonyms with this locale will be removed. If not specified, removes all synonyms.
See Also