Table of Contents

Class FormReceiptViewModel

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll
public sealed class FormReceiptViewModel : ViewModelBase
Inheritance
FormReceiptViewModel
Inherited Members

Properties

Form

public FormViewModel Form { get; }

Property Value

FormViewModel

MailSubject

public string? MailSubject { get; }

Property Value

string

MailText

public string? MailText { get; }

Property Value

string

ReceiptSenderName

public string? ReceiptSenderName { get; }

Property Value

string

ReceiptSubject

public string? ReceiptSubject { get; }

Property Value

string

ReceiptText

public string? ReceiptText { get; }

Property Value

string

ReceiptUrl

public Uri ReceiptUrl { get; }

Property Value

Uri

Submit

public FormSubmitViewModel Submit { get; }

Property Value

FormSubmitViewModel
To top