Sets a value to an instance variable. This can be used to set a default value for an input field .

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

Syntax

C#
public void SetInstanceData(
	string key,
	string value
)

Parameters

key
Type: System..::.String
The name of the control.
value
Type: System..::.String
The value to set.

See Also