ICMSPageDescendantsAndSelf Method
|
Gets the descendant
Elements, including this Element/Page Root Element itself.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSElement> DescendantsAndSelf()
Function DescendantsAndSelf As IEnumerable(Of ICMSElement)
IEnumerable<ICMSElement^>^ DescendantsAndSelf()
abstract DescendantsAndSelf : unit -> IEnumerable<ICMSElement>
Return Value
Type:
IEnumerableICMSElementAn enumerable collection of Elements
See Also