Class UploadProgressSection
Represents upload progress section.
Inheritance
System.Object
UploadProgressSection
Namespace: Mediachase.FileUploader.Web.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 13.30.0Syntax
public class UploadProgressSection : ConfigurationSection
Constructors
UploadProgressSection()
Initializes a new instance of the UploadProgressSection class.
Declaration
public UploadProgressSection()
Properties
DefaultProvider
Gets or sets the default provider.
Declaration
public string DefaultProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default provider. |
Enabled
Gets or sets a value indicating whether this UploadProgressSection is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ProgressStateProviders
Gets the file upload progress providers.
Declaration
public UploadProgressProviderCollection ProgressStateProviders { get; }
Property Value
Type | Description |
---|---|
UploadProgressProviderCollection | The file upload progress providers. |
Properties
Gets the collection of properties.
Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
System.Configuration.ConfigurationPropertyCollection |
Providers
Gets the providers.
Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type | Description |
---|---|
System.Configuration.ProviderSettingsCollection | The providers. |
Timeout
Gets or sets the timeout in minutes before progress data is cleaned up.
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The timeout. |