Represents an entry in the parent Pages collection of a Page Creation Rule.
It contains the parent page's information as well as whether or not this entry includes the parent page's descendants.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IPCRParentPage type exposes the following members.
Properties
Name | Description | |
---|---|---|
DontIncludeDescendants |
Gets whether the descendants of the parent page are available to page creation rules.
| |
ParentPageID |
Gets the ID of the parent page
| |
ParentPageName |
Gets the name of the parent page
|
Methods
Name | Description | |
---|---|---|
ParentPage |
Retrieves the Parent Page object
|
See Also