IContentItemT, TVersion, TSchema, TSchemaVersionRegionRoot Method
|
Retrieves the
Locale (language) root of this page.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxabstract RegionRoot : unit -> 'T
Return Value
TRegion root page of this page. If this page itself is a region root, returns itself.
RemarksLanguage 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