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.3.169
Syntax bool LocaleInherited { get; }
ReadOnly Property LocaleInherited As Boolean
Get
property bool LocaleInherited {
bool get ();
}
abstract LocaleInherited : bool with get
Property Value
Type:
BooleanRemarks 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