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.6.308
Syntax IEnumerable<ICMSLinkElement> AncestorLinks { get; }
ReadOnly Property AncestorLinks As IEnumerable(Of ICMSLinkElement)
Get
property IEnumerable<ICMSLinkElement^>^ AncestorLinks {
IEnumerable<ICMSLinkElement^>^ get ();
}
abstract AncestorLinks : IEnumerable<ICMSLinkElement> with get
Property Value
Type:
IEnumerableICMSLinkElementSee Also