Click or drag to resize

ICMSPageElement Method

Gets the first child Element with the given name.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
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)