ICategoryNodeSynonyms Method (ILocale) Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<ICategorySynonym> Synonyms(
	ILocale locale
)

Parameters

locale
Type: Ingeniux.CMSILocale
Collection of synonyms

Return Value

Type: IEnumerableICategorySynonym
Collection of synonyms.
See Also

Reference