London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class TempFileStorageSection

Represents temp file storage section, used for the file uploader functions.

Inheritance
System.Object
TempFileStorageSection
Namespace: Mediachase.FileUploader.Web.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 13.30.0
Syntax
public class TempFileStorageSection : ConfigurationSection

Constructors

TempFileStorageSection()

Initializes a new instance of the TempFileStorageSection class.

Declaration
public TempFileStorageSection()

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 TempFileStorageSection is enabled.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

true if enabled; otherwise, false.

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.

TempFileStorageProviders

Gets the temp file storage providers.

Declaration
public TempFileStorageProviderCollection TempFileStorageProviders { get; }
Property Value
Type Description
TempFileStorageProviderCollection

The temp file storage providers.

Timeout

Gets or sets a value indicating the timeout in minutes before temp files are deleted.

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

The timeout value.