Class FormReceiptViewModel
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
public sealed class FormReceiptViewModel : ViewModelBase
- Inheritance
-
FormReceiptViewModel
- Inherited Members
-
Properties
public FormViewModel Form { get; }
Property Value
- FormViewModel
public string? MailSubject { get; }
Property Value
- string
MailText
public string? MailText { get; }
Property Value
- string
public string? ReceiptSenderName { get; }
Property Value
- string
public string? ReceiptSubject { get; }
Property Value
- string
ReceiptText
public string? ReceiptText { get; }
Property Value
- string
public Uri ReceiptUrl { get; }
Property Value
- Uri
public FormSubmitViewModel Submit { get; }
Property Value
- FormSubmitViewModel