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.3.169
Syntax bool CanParentRegionRoots { get; set; }
Property CanParentRegionRoots As Boolean
Get
Set
property bool CanParentRegionRoots {
bool get ();
void set (bool value);
}
abstract CanParentRegionRoots : bool with get, set
Property Value
Type:
BooleanRemarks 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