Click or drag to resize

ILocaleSpecificCanParentRegionRoots Property


Gets and sets whether this page allows region roots (pages with a noninherited locale) when the page isn't language-neutral.

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

Property Value

Type: Boolean
Remarks

If this page doesn't have any locale information, the value of this property is alway true, and setting this property will not do anything

If this page has locale information, then without the value being true, all of its children must inherit the locale this page has.

See Also