ICategoryNodeSynonyms(ILocale) Method
|
Gets the synonyms of this CategoryNode defined under a given locale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 ILocale
- Collection of synonyms
Return Value
IEnumerableICategorySynonymCollection of synonyms.
See Also