Enum LocalTempStorage
Specifies the local temporary storage location.
Namespace: Umbraco.Cms.Core.Configuration
Assembly: Umbraco.Core.dll
Syntax
public enum LocalTempStorage
Fields
| Name | Description |
|---|---|
| Default | Use the default storage location within the application directory. |
| EnvironmentTemp | Use the system's environment temporary directory. |
| Unknown | The storage location is unknown. |