IPageCreationRuleFirstAccessibleParentPage Method Ingeniux CMS Content Store API

Retrieves the first parent Page under which this page creation rule can be used to create pages and to which the current User has Full Access.

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

IPage FirstAccessibleParentPage()

Return Value

Type: IPage
The first accessible page under which this page creation rule can create pages.
Remarks

A page creation rule can be assigned to multiple parent Pages. Each parent page could also allow all its descendants to be available to this page creation rule.

This means, when using a page creation rule, a root page must be selected first.

This method is useful when a page creation rule need only create a page and the page's location doesn't matter.

See Also

Reference