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.6.492
Syntax
void SetParentPage(
	IPage page,
	bool dontIncludeDescendants
)

Parameters

page  IPage
Parent page to set
dontIncludeDescendants  Boolean
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