Removes a Page Creation Rule (PCR) from this page.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- rule
- Type: Ingeniux.CMSIPageCreationRule
PCR to remove
Return Value
Type: BooleanIf the rule isn't specified or doesn't belong to this page, this method returns false. Returns true when successful.
Remarks
When all PCRs are removed from this page, the PCR descriptor will be removed, too, and RulesInherited will be set to false.
See Also