IPageRulesInherited Property Ingeniux CMS Content Store API

Gets and sets whether this page inherits the page creation rule (PCR) settings from its parent page or has its own page creation settings.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RulesInherited { get; set; }

Property Value

Type: Boolean
Remarks

By default, when a page is just created, this value of this property is true.

When the first PCR is set to this page, the value becomes false.

Changing this value from false to true, removes all PCR information from this page.

Do not set the property to false directly. Instead to SetPageCreationRule method to set a PCR.

See Also

Reference