Enum ChannelOptions
Emumeration for how to send the XFormData.
Namespace: EPiServer.XForms
Assembly: EPiServer.XForms.dll
Version: 9.12.2Syntax
[Flags]
public enum ChannelOptions
Fields
Name | Description |
---|---|
CustomUrl | Post the data to a different Web page. |
Database | Save to database. |
Send e-mail. |
|
None | Nothing happens. |