Click or drag to resize

IContentItemCanParentRegionRoots Property


Gets and sets whether this content item allows region roots (content items with a noninherited locale) when the content item 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 content item doesn't have any locale information, the value of this property is alway true, and setting this property will not do anything

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

See Also