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
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: IEnumerableICMSElementAn enumerable collection of Elements
See Also