FileSystemRenameItemOptions(FileSystemItemInfo, String) Constructor
Initializes a new instance of the FileSystemRenameItemOptions class with specified settings.
Namespace: DevExtreme.AspNet.Mvc.FileManagement
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public FileSystemRenameItemOptions(
FileSystemItemInfo item,
string itemNewName
)
Parameters
Name | Type | Description |
---|---|---|
item | FileSystemItemInfo | Information about the file system item. |
itemNewName | String | The file system item’s new name. |
See Also