IPageSetPageCreationRule Method
|
Sets a page creation rule (PCR) descriptor on this page.
When executed successfully, this action sets
RulesInherited to false.
If this page never had a PCR descriptor before, it will be created automatically. Otherwise, it will resume on the existing descriptor.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetPageCreationRule(
IPageCreationRule rule,
bool dontIncludeDescendants
)
Sub SetPageCreationRule (
rule As IPageCreationRule,
dontIncludeDescendants As Boolean
)
void SetPageCreationRule(
IPageCreationRule^ rule,
bool dontIncludeDescendants
)
abstract SetPageCreationRule :
rule : IPageCreationRule *
dontIncludeDescendants : bool -> unit
Parameters
- rule
- Type: Ingeniux.CMSIPageCreationRule
PCR to set on the page - dontIncludeDescendants
- Type: SystemBoolean
Specifies whether the PCR covers all descendants of this page or just the page itself
See Also