Emumeration for how to send the XFormData.
Namespace:
EPiServer.XFormsAssembly: EPiServer.XForms (in EPiServer.XForms.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[FlagsAttribute] public enum ChannelOptions |
Members
| Member name | Description | |
|---|---|---|
| None |
Nothing happens.
| |
| Database |
Save to database.
| |
Send e-mail.
| ||
| CustomUrl |
Post the data to a different Web page.
|