Class TemplateDefaultContainer

Represents a default template container.

Inheritance
System.Object
TemplateDefaultContainer
Implements
System.Web.UI.INamingContainer
Namespace: Mediachase.FileUploader.Web.UI
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0
Syntax
public class TemplateDefaultContainer : WebControl, INamingContainer

Constructors

TemplateDefaultContainer()

Initializes a new instance of the TemplateDefaultContainer class.

Declaration
public TemplateDefaultContainer()

Properties

UploadBytesReceived

Gets or sets the upload bytes received.

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

The upload bytes received.

UploadBytesTotal

Gets or sets the upload bytes total.

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

The upload bytes total.

UploadEndUpload

Gets or sets the end upload.

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

The end upload.

UploadErrorMessage

Gets or sets the error message.

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

The error message.

UploadEstimatedTime

Gets or sets the upload estimated time.

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

The upload estimated time.

UploadFileName

Gets or sets the name of the upload file.

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

The name of the upload file.

UploadLastModified

Gets or sets the last modified.

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

The last modified.

UploadProgress

Gets or sets the progress.

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

The progress.

UploadResult

Gets or sets the result.

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

The result.

UploadStartUpload

Gets or sets the start upload.

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

The start upload.

UploadTimeRemaining

Gets or sets the upload time remaining.

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

The upload time remaining.

UploadTransferRate

Gets or sets the transfer rate.

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

The transfer rate.

Implements

System.Web.UI.INamingContainer