Click or drag to resize

ICMSLinkElementAncestorLinks Property

Gets "Page" Elements that are the ancestors of this Element. Only entries from transitional Navigation Element could contain ancestor 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> AncestorLinks { get; }

Property Value

Type: IEnumerableICMSLinkElement
See Also