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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IPageCreationRule
- PCR to set on the page
- dontIncludeDescendants Boolean
- Specifies whether the PCR covers all descendants of this page or just the page itself
See Also