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

Parameters

locale  ILocale
Locale to check if used by Pages

Return Value

Boolean
True if used by any Pages, false otherwise
See Also