ILocalesManagerLocaleInUse Method Ingeniux CMS Content Store API

Checks if the given locale is used by any Pages

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference