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.3.169
Syntax IEnumerable<IPCRParentPage> ParentPages()
Function ParentPages As IEnumerable(Of IPCRParentPage)
IEnumerable<IPCRParentPage^>^ ParentPages()
abstract ParentPages : unit -> IEnumerable<IPCRParentPage>
Return Value
Type:
IEnumerableIPCRParentPageCollection of parent pages with the information on whether their descendants are included. Empty collection is returned if no parent pages exist.
See Also