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
propertiesPropertiesThe properties.
Properties
CreateNewUserGroups
public string? CreateNewUserGroups { get; set; }
Property Value
CreateUserOnSubmit
public bool CreateUserOnSubmit { get; set; }
Property Value
FormMaxSubmitAction
public string? FormMaxSubmitAction { get; set; }
Property Value
FormMaxSubmits
public int FormMaxSubmits { get; set; }
Property Value
FormMaxSubmitsReachedPage
public string? FormMaxSubmitsReachedPage { get; set; }
Property Value
FormMaxSubmitsReachedTemplate
public string? FormMaxSubmitsReachedTemplate { get; set; }
Property Value
FormSubmitAction
public string? FormSubmitAction { get; set; }
Property Value
FormSubmitConfirmationTemplate
public string? FormSubmitConfirmationTemplate { get; set; }
Property Value
FormSubmitPageAfterSave
public string? FormSubmitPageAfterSave { get; set; }
Property Value
FormUploadPath
public string? FormUploadPath { get; set; }
Property Value
MailBCC
public string? MailBCC { get; set; }
Property Value
MailCC
public string? MailCC { get; set; }
Property Value
MailRecipient
public string? MailRecipient { get; set; }
Property Value
MailRedirectPage
public string? MailRedirectPage { get; set; }
Property Value
MailReplyto
public string? MailReplyto { get; set; }
Property Value
MailReplytoUseUserEmail
public bool MailReplytoUseUserEmail { get; set; }
Property Value
MailSender
public string? MailSender { get; set; }
Property Value
MailSenderName
public string? MailSenderName { get; set; }
Property Value
MailSenderUseUserEmail
public bool MailSenderUseUserEmail { get; set; }
Property Value
MailSubject
public string? MailSubject { get; set; }
Property Value
MailTemplate
public string? MailTemplate { get; set; }
Property Value
MailText
public string? MailText { get; set; }
Property Value
ReceiptBCC
public string? ReceiptBCC { get; set; }
Property Value
ReceiptCC
public string? ReceiptCC { get; set; }
Property Value
ReceiptRedirectPage
public string? ReceiptRedirectPage { get; set; }
Property Value
ReceiptSender
public string? ReceiptSender { get; set; }
Property Value
ReceiptSenderName
public string? ReceiptSenderName { get; set; }
Property Value
ReceiptSubject
public string? ReceiptSubject { get; set; }
Property Value
ReceiptTemplate
public string? ReceiptTemplate { get; set; }
Property Value
ReceiptText
public string? ReceiptText { get; set; }
Property Value
ReceiptViewLink
public string? ReceiptViewLink { get; set; }
Property Value
UseMailTemplate
public string? UseMailTemplate { get; set; }
Property Value
UseReceiptTemplate
public string? UseReceiptTemplate { get; set; }