ISiteRegionRoots Method Ingeniux CMS Content Store API

Retrieves the Pages that have Locales set and not Inheriting Locale from their ancestors, in a paginated fashion.

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

IEnumerable<IPage> RegionRoots(
	out int count,
	ILocale filterLocale = null,
	int pageSize = -1,
	int startIndex = -1
)

Parameters

count
Type: SystemInt32
Count of total entries
filterLocale (Optional)
Type: Ingeniux.CMSILocale
The Locale to filter the collection.
pageSize (Optional)
Type: SystemInt32
Number of entries to return. If not provided, returns all entries.
startIndex (Optional)
Type: SystemInt32
Starting index of entries. If not provided, starts from the first entry.

Return Value

Type: IEnumerableIPage
Pages that are Region Roots, and/or matches the filter Locale
Remarks

There could be multiple Region Roots in a Site Instance, and multiple Region Roots with the same language. They could have Lingual Maps between, or have no relation with each other.

See Also

Reference