Back to Devexpress

FileSystemConfiguration.AllowMove Property

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-filemanagement-dot-filesystemconfiguration-0368b6f9.md

latest1.3 KB
Original Source

FileSystemConfiguration.AllowMove Property

Specifies whether users can move files and folders.

Namespace : DevExtreme.AspNet.Mvc.FileManagement

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public bool AllowMove { get; set; }

Property Value

TypeDescription
Boolean

true , to allow users to move files and folders; otherwise, false.

|

Remarks

API Controller:

csharp
public IActionResult FileSystem(FileSystemCommand command, string arguments) {
    var config = new FileSystemConfiguration {
        //...
        AllowMove = true,
        //...
    }
}

Concepts

Online Demo

See Also

FileSystemConfiguration Class

FileSystemConfiguration Members

DevExtreme.AspNet.Mvc.FileManagement Namespace