Back to Devexpress

FileSystemConfiguration.AllowCopy Property

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-filemanagement-dot-filesystemconfiguration-5c28fc1d.md

latest1.2 KB
Original Source

FileSystemConfiguration.AllowCopy Property

Specifies whether users can copy files and folders.

Namespace : DevExtreme.AspNet.Mvc.FileManagement

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public bool AllowCopy { get; set; }

Property Value

TypeDescription
Boolean

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

|

Remarks

API Controller:

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

Concepts

Online Demo

See Also

FileSystemConfiguration Class

FileSystemConfiguration Members

DevExtreme.AspNet.Mvc.FileManagement Namespace