IPageCreationRuleSetParentPage Method Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference