Click or drag to resize

IPCRParentPage Interface


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: 10.5.94
Syntax
public interface IPCRParentPage

The IPCRParentPage type exposes the following members.

Properties
  NameDescription
Public propertyDontIncludeDescendants
Gets whether the descendants of the parent page are available to page creation rules.
Public propertyParentPageID
Gets the ID of the parent page
Public propertyParentPageName
Gets the name of the parent page
Top
Methods
  NameDescription
Public methodParentPage
Retrieves the Parent Page object
Top
See Also