Click or drag to resize

IPageCreationRuleParentPages Method


Retrieves the collection of parent Pages under which the page creation rule is allowed to create pages.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IPCRParentPage> ParentPages()

Return Value

Type: IEnumerableIPCRParentPage
Collection of parent pages with the information on whether their descendants are included. Empty collection is returned if no parent pages exist.
See Also