Click or drag to resize

IReferenceGetChildren Method

Get child nodes of given page

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

Parameters

pageId
Type: SystemString
id of page
includeUnmarkedPages (Optional)
Type: SystemBoolean

Return Value

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