ICMSPageDescendants Method (XName, String) Ingeniux DSS Library
Gets the descendant Elements that have the specific element name.

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

IEnumerable<ICMSElement> Descendants(
	XName name,
	string nameAttributeValue = ""
)

Parameters

name
Type: System.Xml.LinqXName
Name of the element to get. Can pass in a string name directly, if no namespace is involved.
nameAttributeValue (Optional)
Type: SystemString
The value of "Name" attribute as additional query, optional

Return Value

Type: IEnumerableICMSElement
An enumerable collection of Elements
See Also

Reference