C# 클래스 Engage.Dnn.Survey.ModuleSettings

Contains the settings for the Survey module
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowMultpleEntries Setting
CaptchaMinTimeout Setting
CaptchaStrategies Setting
DisplayType Setting
IsConfigured Setting
NotificationFromEmailAddress Setting
NotificationToEmailAddresses Setting
SendNotification Setting
SendThankYou Setting
ShowRequiredNotation Setting
SurveyId Setting
ThankYouFromEmailAddress Setting

공개 메소드들

메소드 설명
GetCaptchaStrategies ( IModuleControlBase moduleControl ) : IEnumerable

Gets the CAPTCHA strategies.

메소드 상세

GetCaptchaStrategies() 공개 정적인 메소드

Gets the CAPTCHA strategies.
public static GetCaptchaStrategies ( IModuleControlBase moduleControl ) : IEnumerable
moduleControl IModuleControlBase The module control.
리턴 IEnumerable

프로퍼티 상세

AllowMultpleEntries 공개적으로 정적으로 프로퍼티

Allow/disallow the same user to take a survey more than once.
public static Setting AllowMultpleEntries
리턴 Setting

CaptchaMinTimeout 공개적으로 정적으로 프로퍼티

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
리턴 Setting

CaptchaStrategies 공개적으로 정적으로 프로퍼티

The comma-delimited list of CAPTCHA strategies to employ
public static Setting CaptchaStrategies
리턴 Setting

DisplayType 공개적으로 정적으로 프로퍼티

The display that is used for unauthenticated users.
public static Setting DisplayType
리턴 Setting

IsConfigured 공개적으로 정적으로 프로퍼티

Whether this module has been configured
public static Setting IsConfigured
리턴 Setting

NotificationFromEmailAddress 공개적으로 정적으로 프로퍼티

The email address from which to send notification emails, by default
public static Setting NotificationFromEmailAddress
리턴 Setting

NotificationToEmailAddresses 공개적으로 정적으로 프로퍼티

The email addresses to which to send notification emails, by default
public static Setting NotificationToEmailAddresses
리턴 Setting

SendNotification 공개적으로 정적으로 프로퍼티

Whether to send notification emails by default
public static Setting SendNotification
리턴 Setting

SendThankYou 공개적으로 정적으로 프로퍼티

Whether to send thank you emails by default
public static Setting SendThankYou
리턴 Setting

ShowRequiredNotation 공개적으로 정적으로 프로퍼티

Show or hide the * for required fields.
public static Setting ShowRequiredNotation
리턴 Setting

SurveyId 공개적으로 정적으로 프로퍼티

The ID of the survey to render.
public static Setting SurveyId
리턴 Setting

ThankYouFromEmailAddress 공개적으로 정적으로 프로퍼티

The email address from which to send thank you emails, by default
public static Setting ThankYouFromEmailAddress
리턴 Setting