IPageCreationRuleSetParentPage Method
|
Sets a
Page as parent page of this page creation rule.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IPage
- Parent page to set
- dontIncludeDescendants Boolean
- Determines whether to include descendants
RemarksIf 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