Click or drag to resize

IReference.GetChildren 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: System.String
ID of the page whose children to retrieve
includeUnmarkedPages (Optional)
Type: System.Boolean
(Optional) Whether to include unmarked pages. This defaults to false.

Return Value

Type: IEnumerable<IReferenceEntry>
Collection of child page entries. Returns an empty collection if no children exist.
See Also