Click or drag to resize

IReferenceGetAncestors Method

Get ancestors of give page

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IReferenceEntry> GetAncestors(
	string pageId,
	string stopAncestorPageId,
	bool includeUnmarkedPages = false
)

Parameters

pageId
Type: SystemString
id of page
stopAncestorPageId
Type: SystemString
Which ancestor page to stop at
includeUnmarkedPages (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableIReferenceEntry
Collection of ancestor page entries, starting from the page itself and goes up the ancestors chain; Empty colleciton of parent doesn't exist
See Also