Click or drag to resize

IReferenceGetChildren Method

Gets reference entries for the given page's children.

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

Parameters

pageId
Type: SystemString
ID of the page whose children to retrieve
includeUnmarkedPages (Optional)
Type: SystemBoolean
(Optional) Whether to include unmarked pages. This defaults to false.

Return Value

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