ICMSElementAncestorsAndSelf Method (XName) Ingeniux DSS Library
Gets the ancestors of the Element with the given name, including the Element itself and any name matches.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<ICMSElement> AncestorsAndSelf(
	XName name
)

Parameters

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

Return Value

Type: IEnumerableICMSElement
Enumerable collection of Elements
See Also

Reference