Emumeration for how to send the XFormData.

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

Syntax

C#
[FlagsAttribute]
public enum ChannelOptions

Members

Member nameDescription
None
Nothing happens.
Database
Save to database.
Email
Send e-mail.
CustomUrl
Post the data to a different Web page.

See Also