Click or drag to resize

IReferenceGetSiblings Method

The siblings of given page

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

Parameters

pageId
Type: SystemString
id of page
currentItemIndex
Type: SystemInt32
Output the position of given page among its siblings
includeUnmarkedPages (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableIReferenceEntry
Collection of sibling page entries; Empty collection of page doesn't exist
See Also