Click or drag to resize

ICategoryNodeSynonyms(ILocale) Method


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.6.492
Syntax
IEnumerable<ICategorySynonym> Synonyms(
	ILocale locale
)

Parameters

locale  ILocale
Collection of synonyms

Return Value

IEnumerableICategorySynonym
Collection of synonyms.
See Also