Table of Contents

Class CreateSurveyForm

Namespace
InSite.Admin.Workflow.Forms
Assembly
InSite.UI.dll
public class CreateSurveyForm : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
CreateSurveyForm
Implements
Inherited Members

Constructors

CreateSurveyForm()

public CreateSurveyForm()

Fields

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopyButton

CopyButton control.

protected SaveButton CopyButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopyCancelButton

CopyCancelButton control.

protected CancelButton CopyCancelButton

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopyName

CopyName control.

protected TextBox CopyName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopyNameDuplicateValidator

CopyNameDuplicateValidator control.

protected CustomValidator CopyNameDuplicateValidator

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopySection

CopySection control.

protected Panel CopySection

Field Value

Panel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopySurveyFormSelector

CopySurveyFormSelector control.

protected FindWorkflowForm CopySurveyFormSelector

Field Value

FindWorkflowForm

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CopySurveyFormValidator

CopySurveyFormValidator control.

protected RequiredValidator CopySurveyFormValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CreationType

CreationType control.

protected CreationTypeComboBox CreationType

Field Value

CreationTypeComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CreatorStatus

CreatorStatus control.

protected Alert CreatorStatus

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EnableAnonymousSave

EnableAnonymousSave control.

protected BooleanComboBox EnableAnonymousSave

Field Value

BooleanComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EnableAnonymousSaveGroup

EnableAnonymousSaveGroup control.

protected HtmlGenericControl EnableAnonymousSaveGroup

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EnableUserConfidentiality

EnableUserConfidentiality control.

protected BooleanComboBox EnableUserConfidentiality

Field Value

BooleanComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

IsSubmissionsLimitedSelector

IsSubmissionsLimitedSelector control.

protected ComboBox IsSubmissionsLimitedSelector

Field Value

ComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

JsonFileUpload

JsonFileUpload control.

protected FileUpload JsonFileUpload

Field Value

FileUpload

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

JsonFileUploadButton

JsonFileUploadButton control.

protected Button JsonFileUploadButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

JsonFileUploadExtensionValidator

JsonFileUploadExtensionValidator control.

protected CustomValidator JsonFileUploadExtensionValidator

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

JsonInput

JsonInput control.

protected TextBox JsonInput

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Name

Name control.

protected TextBox Name

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NameDuplicateValidator

NameDuplicateValidator control.

protected CustomValidator NameDuplicateValidator

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NewSection

NewSection control.

protected Panel NewSection

Field Value

Panel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SurveySection

SurveySection control.

protected HtmlGenericControl SurveySection

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SurveyTitle

SurveyTitle control.

protected TextBox SurveyTitle

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadCancelButton

UploadCancelButton control.

protected CancelButton UploadCancelButton

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadSaveButton

UploadSaveButton control.

protected SaveButton UploadSaveButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadSection

UploadSection control.

protected Panel UploadSection

Field Value

Panel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

SurveyFormIdentifier

protected Guid? SurveyFormIdentifier { get; }

Property Value

Guid?

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs