Click or drag to resize

IPageRulesInherited Property


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: 10.5.94
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