Click or drag to resize

IContentItemLocaleInherited Property


Gets whether this page inherits its locale from its ancestor page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool LocaleInherited { get; }

Property Value

Type: Boolean
Remarks
When a page doesn't have a locale set, it inherits its ancestor page's null locale. In that case, this property returns true.
See Also