Try our conversational search powered by Generative AI!

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