Class FileUploadProgress

Visualizes file upload process.

Inheritance
System.Object
FileUploadProgress
Namespace: Mediachase.FileUploader.Web.UI
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0
Syntax
public class FileUploadProgress : CompositeControl

Constructors

FileUploadProgress()

Initializes a new instance of the FileUploadProgress class.

Declaration
public FileUploadProgress()

Properties

FileUploadControlID

Gets or sets the file upload control ID.

Declaration
public string FileUploadControlID { get; set; }
Property Value
Type Description
System.String

The file upload control ID.

InfoTemplate

Gets or sets the info template.

Declaration
public ITemplate InfoTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

The info template.

ProgressBarBoundaryStyle

Gets or sets the progress bar boundary style.

Declaration
public Style ProgressBarBoundaryStyle { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Style

The progress bar boundary style.

ProgressBarStyle

Gets or sets the progress bar style.

Declaration
public Style ProgressBarStyle { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Style

The progress bar style.

ScriptPath

Gets or sets the script path.

Declaration
public string ScriptPath { get; set; }
Property Value
Type Description
System.String

The script path.

WaitTemplate

Gets or sets the wait template.

Declaration
public ITemplate WaitTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

The wait template.

Methods

CreateChildControls()

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Declaration
protected override void CreateChildControls()

CreateContainerChildControls(TemplateDefaultContainer, String)

Creates the container child controls.

Declaration
protected virtual void CreateContainerChildControls(TemplateDefaultContainer container, string sType)
Parameters
Type Name Description
TemplateDefaultContainer container

The container.

System.String sType

Type of the s.

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

An System.EventArgs object that contains the event data.

Render(HtmlTextWriter)

Writes the System.Web.UI.WebControls.CompositeControl content to the specified System.Web.UI.HtmlTextWriter object, for display on the client.

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

An System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

RenderContents(HtmlTextWriter)

Renders the contents of the control to the specified writer. This method is used primarily by control developers.

Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.