IPageRemovePageCreationRule Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemovePageCreationRule(
IPageCreationRule rule
)
Function RemovePageCreationRule (
rule As IPageCreationRule
) As Boolean
bool RemovePageCreationRule(
IPageCreationRule^ rule
)
abstract RemovePageCreationRule :
rule : IPageCreationRule -> bool Parameters
- rule IPageCreationRule
- PCR to remove
Return Value
BooleanIf the rule isn't specified or doesn't belong to this page, this method returns false. Returns true when successful.
RemarksWhen all PCRs are removed from this page, the PCR descriptor will be removed, too, and RulesInherited will be set to false.
See Also