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.6.492
Syntax
bool LocaleInherited { get; }

Property Value

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