London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum ChannelOptions

Emumeration for how to send the XFormData.

Namespace: EPiServer.XForms
Assembly: EPiServer.XForms.dll
Version: 10.10.4
Syntax
[Flags]
public enum ChannelOptions

Fields

Name Description
CustomUrl

Post the data to a different Web page.

Database

Save to database.

Email

Send e-mail.

None

Nothing happens.

Extension Methods