Collapse All
Expand All
C#
EPiServer CMS SDK Documentation
XFormData
.
.
::
.
GetValue Method
XFormData Class
See Also
Send Feedback
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
XFormData Class
EPiServer.XForms Namespace