ICategoryNodeRemoveSynonyms Method
|
Removes all synonyms from this CategoryNode under given locale or across all locales
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 ILocale (Optional)
- All synonyms with this locale will be removed. If not specified, removes all synonyms.
See Also