IPageAncestors Method Ingeniux CMS Content Store API

Retrieves all of this page's ancestor pages. The results are returned in ascending order based on the pages' hierarchy level.

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

IEnumerable<IPage> Ancestors(
	IHierarchyId rootHierarchy = null
)

Parameters

rootHierarchy (Optional)
Type: Ingeniux.CMSIHierarchyId

[Missing <param name="rootHierarchy"/> documentation for "M:Ingeniux.CMS.IPage.Ancestors(Ingeniux.CMS.IHierarchyId)"]

Return Value

Type: IEnumerableIPage
Collection of ancestor pages' metadata
Remarks

If the page is the content store root, returns empty collection.
See Also

Reference