Returns the value for an attribute for an node under the instance node.

Namespace:  EPiServer.XForms
Assembly:  EPiServer.XForms (in EPiServer.XForms.dll) Version: 5.2.375.236

Syntax

C#
public string GetInstanceDataAttribute(
	string dataKey,
	string attributeKey
)

Parameters

dataKey
Type: System..::.String
The node name.
attributeKey
Type: System..::.String
The attribute name.

Return Value

The value for the attribute. If the attribute does not exist String.Empty will be returned.

See Also