IPagePageCreationRules Method
|
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: 10.3.169
Syntax IEnumerable<IPageCreationRuleEntryForPage> PageCreationRules()
Function PageCreationRules As IEnumerable(Of IPageCreationRuleEntryForPage)
IEnumerable<IPageCreationRuleEntryForPage^>^ PageCreationRules()
abstract PageCreationRules : unit -> IEnumerable<IPageCreationRuleEntryForPage>
Return Value
Type:
IEnumerableIPageCreationRuleEntryForPageCollection of PCRs and whether each rule cover the page only or also includes descendants.
See Also