Click or drag to resize

IReferenceGetSiblings Method

The a list of references for the siblings of a given page.

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
IEnumerable<IReferenceEntry> GetSiblings(
	string pageId,
	out int currentItemIndex,
	bool includeUnmarkedPages = false
)

Parameters

pageId
Type: SystemString
ID of the page whose siblings to retrieve
currentItemIndex
Type: SystemInt32
Output the position of the given page among its siblings
includeUnmarkedPages (Optional)
Type: SystemBoolean
(Optional) Whether to include unmarked siblings. This defaults to false.

Return Value

Type: IEnumerableIReferenceEntry
Collection of sibling page entries. Returns an empty collection if no siblings exist.
See Also