Click or drag to resize

IPageCreationRuleSetParentPage Method


Sets a Page as parent page of this page creation rule.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SetParentPage(
	IPage page,
	bool dontIncludeDescendants
)

Parameters

page
Type: Ingeniux.CMSIPage
Parent page to set
dontIncludeDescendants
Type: SystemBoolean
Determines whether to include descendants
Remarks

If the page parameter value is null, this method does nothing

A page creation rule may have multiple parent pages. This method adds the specified page as parent page. If the page was already a parent page, this method updates the existing entry.

See Also