Skip to main content
All docs
V26.1
  • FileSystemMoveItemOptions(FileSystemItemInfo, FileSystemItemInfo) Constructor

    Initializes a new instance of the FileSystemMoveItemOptions class with specified settings.

    Namespace: DevExtreme.AspNet.Mvc.FileManagement

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public FileSystemMoveItemOptions(
        FileSystemItemInfo item,
        FileSystemItemInfo destinationDirectory
    )

    Parameters

    Name Type Description
    item FileSystemItemInfo

    Information about the file system item.

    destinationDirectory FileSystemItemInfo

    Information about a directory where the file system item is moved.

    See Also