IPagePageCreationRules Method Ingeniux CMS Content Store API

Retrieves the collection of page creation rules that can be used to create pages under this page. The collection also includes the information on whether the PCR covers descendants.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IPageCreationRuleEntryForPage> PageCreationRules()

Return Value

Type: IEnumerableIPageCreationRuleEntryForPage
Collection of PCRs and whether each rule cover the page only or also includes descendants.
See Also

Reference