Click or drag to resize

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.6.492
Syntax
void SetPageCreationRule(
	IPageCreationRule rule,
	bool dontIncludeDescendants
)

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