Click or drag to resize

ICMSExpansionEngineExpandDynamicElements Method

Expands XML content groups and lists

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
void ExpandDynamicElements(
	bool expandNavigations,
	XElement content
)

Parameters

expandNavigations
Type: SystemBoolean
Whether to expand navigation elements
content
Type: System.Xml.LinqXElement
Content where descendants will be expanded
See Also