ICMSPageGetAttributeValue Method Ingeniux DSS Library
Gets the value of an Attribute, if the attribute exists.

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

Reference