A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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