Click or drag to resize

ICMSLinkElementChildLinks Property

Gets "Page" Elements that are the children of this Element. Only entries from transitional Navigation Element could contain child links. Link Element will return an empty collection on this property.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSLinkElement> ChildLinks { get; }

Property Value

Type: IEnumerableICMSLinkElement
See Also