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