A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class UploadProgressSection

Represents upload progress section.

Inheritance
System.Object
UploadProgressSection
Namespace: Mediachase.FileUploader.Web.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0
Syntax
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

true if enabled; otherwise, false.

ProgressStateProviders

Gets the temp file storage providers.

Declaration
public UploadProgressProviderCollection ProgressStateProviders { get; }
Property Value
Type Description
UploadProgressProviderCollection

The temp file storage 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.

Declaration
public int Timeout { get; set; }
Property Value
Type Description
System.Int32

The timeout.