Class TempFileStorageSection
Represents temp file storage section, used for the file uploader functions.
Inheritance
Namespace: Mediachase.FileUploader.Web.Configuration
Assembly: Mediachase.FileUploader.dll
Version: 13.30.0Syntax
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 |
|
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. |