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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IPageCreationRuleEntryForPage> PageCreationRules()
Function PageCreationRules As IEnumerable(Of IPageCreationRuleEntryForPage)
IEnumerable<IPageCreationRuleEntryForPage^>^ PageCreationRules()
abstract PageCreationRules : unit -> IEnumerable<IPageCreationRuleEntryForPage>
Return Value
IEnumerableIPageCreationRuleEntryForPageCollection of PCRs and whether each rule cover the page only or also includes descendants.
See Also