ICMSPageElement Method Ingeniux DSS Library
Gets the first child Element with the given name.

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

ICMSElement Element(
	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: ICMSElement
Returns null if no child element has the given name.
See Also

Reference

ICMSPageElement(XName, String)