Click or drag to resize

IReferenceGetSubtree Method

Get the subtree of reference node in its original XElement format, which confined depth and maxNodes

Namespace:  Ingeniux.Runtime.Reference
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax
XElement GetSubtree(
	string pageId,
	int depth = 0,
	bool includeUnmarkedPages = false
)

Parameters

pageId
Type: SystemString
Root page id
depth (Optional)
Type: SystemInt32
Depth of subtree, default 0 to get the entire tree
includeUnmarkedPages (Optional)
Type: SystemBoolean

Return Value

Type: XElement
Root Node Clone
See Also