Dynamicweb 9
Dynamicweb 9
Dynamicweb.Management.Files.Dialogs
FileDialogController Class
FileDialogController Methods
CopyFile Method
CopyFolder Method
CreateFile Method
CreateFolder Method
MoveFile Method
MoveFolder Method
OverwriteFile Method
RenameFile Method
RenameFolder Method
SelectFile Method
SelectFolder Method
FileDialogController Methods
Methods
Name
Description
CopyFile(String)
Copies the file.
CopyFile(FileDialogModel)
Copies the file.
CopyFolder(String)
Copies the folder.
CopyFolder(FileDialogModel)
Copies the folder.
CreateFile(FileDialogModel)
Creates the file.
CreateFile(String, String)
Creates the file.
CreateFolder(String)
Creates the folder.
CreateFolder(FileDialogModel)
Creates the folder.
MoveFile(String)
Moves the file.
MoveFile(FileDialogModel)
Moves the file.
MoveFolder(String)
Moves the folder.
MoveFolder(FileDialogModel)
Moves the folder.
OverwriteFile(FileDialogModel)
Moves and overwrites the file.
OverwriteFile(String, String)
Moves and overwrites the file.
RenameFile(String)
Renames the file.
RenameFile(FileDialogModel)
Renames the file.
RenameFolder(String)
Renames the folder.
RenameFolder(FileDialogModel)
Renames the folder.
SelectFile(SelectFileDialogModel)
Selects the file.
SelectFile(String, String, String, String, Nullable
Boolean
, String, String)
Selects the file.
SelectFolder
Selects the folder.
SelectFolder(FileDialogModel)
Selects the folder.
Top
See Also
Reference
FileDialogController Class
Dynamicweb.Management.Files.Dialogs Namespace