C# Class Engage.Dnn.Survey.ModuleSettings

Contains the settings for the Survey module
Afficher le fichier Open project: EngageSoftware/Engage-Survey Class Usage Examples

Méthodes publiques

Свойство Type Description
AllowMultpleEntries Setting
CaptchaMinTimeout Setting
CaptchaStrategies Setting
DisplayType Setting
IsConfigured Setting
NotificationFromEmailAddress Setting
NotificationToEmailAddresses Setting
SendNotification Setting
SendThankYou Setting
ShowRequiredNotation Setting
SurveyId Setting
ThankYouFromEmailAddress Setting

Méthodes publiques

Méthode Description
GetCaptchaStrategies ( IModuleControlBase moduleControl ) : IEnumerable

Gets the CAPTCHA strategies.

Method Details

GetCaptchaStrategies() public static méthode

Gets the CAPTCHA strategies.
public static GetCaptchaStrategies ( IModuleControlBase moduleControl ) : IEnumerable
moduleControl IModuleControlBase The module control.
Résultat IEnumerable

Property Details

AllowMultpleEntries public_oe static_oe property

Allow/disallow the same user to take a survey more than once.
public static Setting AllowMultpleEntries
Résultat Setting

CaptchaMinTimeout public_oe static_oe property

The minimum number of seconds form must be displayed before it is valid. If you're too fast, you must be a robot. Only used if CaptchaStrategies includes RadCaptcha.ProtectionStrategies.MinimumTimeout
public static Setting CaptchaMinTimeout
Résultat Setting

CaptchaStrategies public_oe static_oe property

The comma-delimited list of CAPTCHA strategies to employ
public static Setting CaptchaStrategies
Résultat Setting

DisplayType public_oe static_oe property

The display that is used for unauthenticated users.
public static Setting DisplayType
Résultat Setting

IsConfigured public_oe static_oe property

Whether this module has been configured
public static Setting IsConfigured
Résultat Setting

NotificationFromEmailAddress public_oe static_oe property

The email address from which to send notification emails, by default
public static Setting NotificationFromEmailAddress
Résultat Setting

NotificationToEmailAddresses public_oe static_oe property

The email addresses to which to send notification emails, by default
public static Setting NotificationToEmailAddresses
Résultat Setting

SendNotification public_oe static_oe property

Whether to send notification emails by default
public static Setting SendNotification
Résultat Setting

SendThankYou public_oe static_oe property

Whether to send thank you emails by default
public static Setting SendThankYou
Résultat Setting

ShowRequiredNotation public_oe static_oe property

Show or hide the * for required fields.
public static Setting ShowRequiredNotation
Résultat Setting

SurveyId public_oe static_oe property

The ID of the survey to render.
public static Setting SurveyId
Résultat Setting

ThankYouFromEmailAddress public_oe static_oe property

The email address from which to send thank you emails, by default
public static Setting ThankYouFromEmailAddress
Résultat Setting