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