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

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