ILocalesManagerCustomLocales Method
|
Gets all custom locales.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICustomLocale> CustomLocales()
Function CustomLocales As IEnumerable(Of ICustomLocale)
IEnumerable<ICustomLocale^>^ CustomLocales()
abstract CustomLocales : unit -> IEnumerable<ICustomLocale>
Return Value
Type:
IEnumerableICustomLocaleCollection of custom locales.
See Also