Table of Contents

Class Notifications.FormsViewModelFrontend

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Class ViewModelFrontend.

public class Notifications.FormsViewModelFrontend
Inheritance
Notifications.FormsViewModelFrontend
Inherited Members

Fields

OnAfterSubmitSave

The on after submit save.

public const string OnAfterSubmitSave = "FormsFrontendOnAfterSubmitSave"

Field Value

string

OnBeforeContent

The on before content.

public const string OnBeforeContent = "FormsFrontendOnBeforeContent"

Field Value

string

OnBeforeSendMail

The on before send mail.

public const string OnBeforeSendMail = "FormsFrontendOnBeforeSendMail"

Field Value

string

OnSendMail

The on send mail.

public const string OnSendMail = "FormsFrontendOnSendMail"

Field Value

string

OnSendReceipt

The on send receipt.

public const string OnSendReceipt = "FormsFrontendOnSendReceipt"

Field Value

string
To top