Set a value for a given key.

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

Syntax

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

Parameters

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

Remarks

If the node for the key does not exists it is added to the document.

See Also