Click or drag to resize

ICategoryNodeTranslations Method


Gets all translations of this CategoryNode across all locales.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ICategoryTranslation> Translations()

Return Value

Type: IEnumerableICategoryTranslation
A collection of translations.
See Also