ILocalesManagerLocaleInUse Method
|
Checks if the given locale is used by any Pages
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool LocaleInUse(
ILocale locale
)
Function LocaleInUse (
locale As ILocale
) As Boolean
bool LocaleInUse(
ILocale^ locale
)
abstract LocaleInUse :
locale : ILocale -> bool
Parameters
- locale
- Type: Ingeniux.CMSILocale
Locale to check if used by Pages
Return Value
Type:
BooleanBool if used by any Pages, false otherwise
See Also