Table of Contents

Class FormsForEditorsSettings

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll
public sealed class FormsForEditorsSettings
Inheritance
FormsForEditorsSettings
Inherited Members

Constructors

FormsForEditorsSettings()

Initializes a new instance of the class.

public FormsForEditorsSettings()

FormsForEditorsSettings(Properties)

Initializes a new instance of the class.

public FormsForEditorsSettings(Properties properties)

Parameters

properties Properties

The properties.

Properties

CreateNewUserGroups

public string? CreateNewUserGroups { get; set; }

Property Value

string

CreateUserOnSubmit

public bool CreateUserOnSubmit { get; set; }

Property Value

bool

FormMaxSubmitAction

public string? FormMaxSubmitAction { get; set; }

Property Value

string

FormMaxSubmits

public int FormMaxSubmits { get; set; }

Property Value

int

FormMaxSubmitsReachedPage

public string? FormMaxSubmitsReachedPage { get; set; }

Property Value

string

FormMaxSubmitsReachedTemplate

public string? FormMaxSubmitsReachedTemplate { get; set; }

Property Value

string

FormSubmitAction

public string? FormSubmitAction { get; set; }

Property Value

string

FormSubmitConfirmationTemplate

public string? FormSubmitConfirmationTemplate { get; set; }

Property Value

string

FormSubmitPageAfterSave

public string? FormSubmitPageAfterSave { get; set; }

Property Value

string

FormUploadPath

public string? FormUploadPath { get; set; }

Property Value

string

MailBCC

public string? MailBCC { get; set; }

Property Value

string

MailCC

public string? MailCC { get; set; }

Property Value

string

MailRecipient

public string? MailRecipient { get; set; }

Property Value

string

MailRedirectPage

public string? MailRedirectPage { get; set; }

Property Value

string

MailReplyto

public string? MailReplyto { get; set; }

Property Value

string

MailReplytoUseUserEmail

public bool MailReplytoUseUserEmail { get; set; }

Property Value

bool

MailSender

public string? MailSender { get; set; }

Property Value

string

MailSenderName

public string? MailSenderName { get; set; }

Property Value

string

MailSenderUseUserEmail

public bool MailSenderUseUserEmail { get; set; }

Property Value

bool

MailSubject

public string? MailSubject { get; set; }

Property Value

string

MailTemplate

public string? MailTemplate { get; set; }

Property Value

string

MailText

public string? MailText { get; set; }

Property Value

string

ReceiptBCC

public string? ReceiptBCC { get; set; }

Property Value

string

ReceiptCC

public string? ReceiptCC { get; set; }

Property Value

string

ReceiptRedirectPage

public string? ReceiptRedirectPage { get; set; }

Property Value

string

ReceiptSender

public string? ReceiptSender { get; set; }

Property Value

string

ReceiptSenderName

public string? ReceiptSenderName { get; set; }

Property Value

string

ReceiptSubject

public string? ReceiptSubject { get; set; }

Property Value

string

ReceiptTemplate

public string? ReceiptTemplate { get; set; }

Property Value

string

ReceiptText

public string? ReceiptText { get; set; }

Property Value

string
public string? ReceiptViewLink { get; set; }

Property Value

string

UseMailTemplate

public string? UseMailTemplate { get; set; }

Property Value

string

UseReceiptTemplate

public string? UseReceiptTemplate { get; set; }

Property Value

string
To top