IPageCreationRuleParentPages Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference