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.3.169
Syntax IEnumerable<ICategorySynonym> Synonyms(
ILocale locale
)
Function Synonyms (
locale As ILocale
) As IEnumerable(Of ICategorySynonym)
IEnumerable<ICategorySynonym^>^ Synonyms(
ILocale^ locale
)
abstract Synonyms :
locale : ILocale -> IEnumerable<ICategorySynonym>
Parameters
- locale
- Type: Ingeniux.CMSILocale
Collection of synonyms
Return Value
Type:
IEnumerableICategorySynonymCollection of synonyms.
See Also