Back to Devexpress

FileSystemConfiguration.TempDirectory Property

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-filemanagement-dot-filesystemconfiguration-d5471dea.md

latest1.3 KB
Original Source

FileSystemConfiguration.TempDirectory Property

Specifies the path to the directory where temporary files are stored.

Namespace : DevExtreme.AspNet.Mvc.FileManagement

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public string TempDirectory { get; set; }

Property Value

TypeDescription
String

The path to the folder.

|

Remarks

API Controller:

csharp
ArtsDBContext ArtsDBContext;
public IActionResult FileSystem(FileSystemCommand command, string arguments) {
    var config = new FileSystemConfiguration {
        TempDirectory = "~/Documents/Temp/",
        //...
    }
}

Concepts

Online Demo

See Also

FileSystemConfiguration Class

FileSystemConfiguration Members

DevExtreme.AspNet.Mvc.FileManagement Namespace