Click or drag to resize

ICMSElementAncestors Method (XName)

Gets ancestors of the Element with the given name.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSElement> Ancestors(
	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
An enumerable collection of Elements
See Also