- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
public sealed class FormsForEditorsSettings
- Inheritance
-
FormsForEditorsSettings
- Inherited Members
-
Constructors
Initializes a new instance of the class.
public FormsForEditorsSettings()
Initializes a new instance of the class.
public FormsForEditorsSettings(Properties properties)
Parameters
properties
Properties
The properties.
Properties
public string? CreateNewUserGroups { get; set; }
Property Value
- string
public bool CreateUserOnSubmit { get; set; }
Property Value
- bool
public string? FormMaxSubmitAction { get; set; }
Property Value
- string
public int FormMaxSubmits { get; set; }
Property Value
- int
public string? FormMaxSubmitsReachedPage { get; set; }
Property Value
- string
public string? FormMaxSubmitsReachedTemplate { get; set; }
Property Value
- string
public string? FormSubmitAction { get; set; }
Property Value
- string
public string? FormSubmitConfirmationTemplate { get; set; }
Property Value
- string
public string? FormSubmitPageAfterSave { get; set; }
Property Value
- string
public string? FormUploadPath { get; set; }
Property Value
- string
public string? MailBCC { get; set; }
Property Value
- string
public string? MailCC { get; set; }
Property Value
- string
public string? MailRecipient { get; set; }
Property Value
- string
public string? MailRedirectPage { get; set; }
Property Value
- string
public string? MailReplyto { get; set; }
Property Value
- string
public bool MailReplytoUseUserEmail { get; set; }
Property Value
- bool
public string? MailSender { get; set; }
Property Value
- string
public string? MailSenderName { get; set; }
Property Value
- string
public bool MailSenderUseUserEmail { get; set; }
Property Value
- bool
public string? MailSubject { get; set; }
Property Value
- string
public string? MailTemplate { get; set; }
Property Value
- string
public string? MailText { get; set; }
Property Value
- string
public string? ReceiptBCC { get; set; }
Property Value
- string
public string? ReceiptCC { get; set; }
Property Value
- string
public string? ReceiptRedirectPage { get; set; }
Property Value
- string
public string? ReceiptSender { get; set; }
Property Value
- string
public string? ReceiptSenderName { get; set; }
Property Value
- string
public string? ReceiptSubject { get; set; }
Property Value
- string
public string? ReceiptTemplate { get; set; }
Property Value
- string
public string? ReceiptText { get; set; }
Property Value
- string
public string? ReceiptViewLink { get; set; }
Property Value
- string
public string? UseMailTemplate { get; set; }
Property Value
- string
public string? UseReceiptTemplate { get; set; }
Property Value
- string