Click or drag to resize

ICMSPageGetAttributeValue Method

Gets the value of an Attribute, if the attribute exists.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
string GetAttributeValue(
	XName name
)

Parameters

name
Type: System.Xml.LinqXName
Can pass in the string name directly if no namespace is involved.

Return Value

Type: String
The value of the Attribute if it exist. Returns empty string otherwise.
See Also