IReferenceGetSiblings Method
|
The siblings of given page
Namespace:
Ingeniux.Runtime.Reference
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<IReferenceEntry> GetSiblings(
string pageId,
out int currentItemIndex,
bool includeUnmarkedPages = false
)
Function GetSiblings (
pageId As String,
<OutAttribute> ByRef currentItemIndex As Integer,
Optional includeUnmarkedPages As Boolean = false
) As IEnumerable(Of IReferenceEntry)
IEnumerable<IReferenceEntry^>^ GetSiblings(
String^ pageId,
[OutAttribute] int% currentItemIndex,
bool includeUnmarkedPages = false
)
abstract GetSiblings :
pageId : string *
currentItemIndex : int byref *
?includeUnmarkedPages : bool
(* Defaults:
let _includeUnmarkedPages = defaultArg includeUnmarkedPages false
*)
-> IEnumerable<IReferenceEntry>
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:
IEnumerableIReferenceEntryCollection of sibling page entries; Empty collection of page doesn't exist
See Also