Get the value for a given node.

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

Syntax

C#
public string GetValue(
	string key
)

Parameters

key
Type: System..::.String
The name of the node.

Return Value

The value for the node.

See Also