IReferenceGetChildren Method
|
Get child nodes of given page
Namespace:
Ingeniux.Runtime.Reference
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<IReferenceEntry> GetChildren(
string pageId,
bool includeUnmarkedPages = false
)
Function GetChildren (
pageId As String,
Optional includeUnmarkedPages As Boolean = false
) As IEnumerable(Of IReferenceEntry)
IEnumerable<IReferenceEntry^>^ GetChildren(
String^ pageId,
bool includeUnmarkedPages = false
)
abstract GetChildren :
pageId : string *
?includeUnmarkedPages : bool
(* Defaults:
let _includeUnmarkedPages = defaultArg includeUnmarkedPages false
*)
-> IEnumerable<IReferenceEntry>
Parameters
- pageId
- Type: SystemString
id of page - includeUnmarkedPages (Optional)
- Type: SystemBoolean
Return Value
Type:
IEnumerableIReferenceEntryCollection of child page entries; Empty collection if parent
doesn't exist
See Also