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.3.169
Syntax void SetParentPage(
IPage page,
bool dontIncludeDescendants
)
Sub SetParentPage (
page As IPage,
dontIncludeDescendants As Boolean
)
void SetParentPage(
IPage^ page,
bool dontIncludeDescendants
)
abstract SetParentPage :
page : IPage *
dontIncludeDescendants : bool -> unit
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