IPageRegionRoot Method Ingeniux CMS Content Store API

Retrieves the Locale (language) root of this page.

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

IPage RegionRoot()

Return Value

Type: IPage
Region root page of this page. If this page itself is a region root, returns itself.
Remarks

Language root pages refers to pages that have Languages explicitly specified. When a page has a specific language, its descendants will inherit the same language and use this page as the language root.

If the page doesn't have any Language setting, then this method returns null.

See Also

Reference