Table of Contents

Class FormFileUpload

Namespace
InSite.UI.Portal.Workflow.Forms.Controls
Assembly
InSite.UI.dll
public class FormFileUpload : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Inheritance
FormFileUpload
Implements
Inherited Members

Constructors

FormFileUpload()

public FormFileUpload()

Properties

ExistingRelativeUrls

public string ExistingRelativeUrls { get; set; }

Property Value

string

FileUpload

public FileUploadV2 FileUpload { get; }

Property Value

FileUploadV2

IsRequired

public bool IsRequired { get; set; }

Property Value

bool

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

SessionIdentifier

public Guid? SessionIdentifier { get; set; }

Property Value

Guid?

UploadedFiles

public UploadFileInfo[] UploadedFiles { get; }

Property Value

UploadFileInfo[]

Methods

ClearUploadedFiles()

public void ClearUploadedFiles()

CreateChildControls()

protected override void CreateChildControls()

DataBind()

public override void DataBind()

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Events

RemoveClicked

public event EventHandler RemoveClicked

Event Type

EventHandler