Click or drag to resize

ICMSPageDescendantsAndSelf Method (XName)

Gets the descendant Elements by element name; including this Element/Page Root Element itself, if its name matches the given name.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSElement> DescendantsAndSelf(
	XName name
)

Parameters

name
Type: System.Xml.LinqXName
Name of the element to get. Can pass in a string name directly if no namespace is involved.

Return Value

Type: IEnumerableICMSElement
An enumerable collection of Elements
See Also