ICMSPageDescendantsAndSelf Method (XName) Ingeniux DSS Library
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: 9.0.565.0 (9.0.565)
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

Reference