Class TempFileStorage
The TempFileStorage class is an entry point of the temp file storages, which is provided by one or more temp file storage providers.
Inheritance
System.Object
TempFileStorage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.FileUploader.Web
Assembly: Mediachase.FileUploader.dll
Version: 10.8.0Syntax
public static class TempFileStorage
Properties
Enabled
Gets a value indicating whether this TempFileStorage is enabled.
Declaration
public static bool Enabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Provider
Gets or sets the provider.
Declaration
public static TempFileStorageProvider Provider { get; }
Property Value
Type | Description |
---|---|
TempFileStorageProvider | The provider. |
Providers
Gets the providers.
Declaration
public static TempFileStorageProviderCollection Providers { get; }
Property Value
Type | Description |
---|---|
TempFileStorageProviderCollection | The providers. |
Timeout
Gets the timeout.
Declaration
public static int Timeout { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The timeout. |