Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum ChannelOptions

Emumeration for how to send the XFormData.

Namespace: EPiServer.XForms
Assembly: EPiServer.XForms.dll
Version: 7.19.2
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