Click or drag to resize

ICategoryNodeSynonyms Method (ILocale)


Gets the synonyms of this CategoryNode defined under a given locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ICategorySynonym> Synonyms(
	ILocale locale
)

Parameters

locale
Type: Ingeniux.CMSILocale
Collection of synonyms

Return Value

Type: IEnumerableICategorySynonym
Collection of synonyms.
See Also