Updates or sets 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 void SetInstanceDataAttribute(
	string dataKey,
	string attributePrefix,
	string attributeKey,
	string value
)

Parameters

dataKey
Type: System..::.String
The node you want to update.
attributePrefix
Type: System..::.String
The prefix for the attribute.
attributeKey
Type: System..::.String
The name for the attribute.
value
Type: System..::.String
The value you want to set.

See Also