Click or drag to resize

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.5.94
Syntax
bool LocaleInUse(
	ILocale locale
)

Parameters

locale
Type: Ingeniux.CMSILocale
Locale to check if used by Pages

Return Value

Type: Boolean
Bool if used by any Pages, false otherwise
See Also