SaveFileDialog
Wisej.Web.SaveFileDialog
Last updated
Was this helpful?
Wisej.Web.SaveFileDialog
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Prompts the user to select a location for saving a file on the server.
You can:
Override . It's called when the specified file doesn't exist and the property is true.
Override . It's called when the specified file doesn't exist and the property is true.
Override . It's called when the specified file doesn't exist and the property is true.
Override to create your custom when the method is called.
Set the to a class that has a constructor that accepts as the single argument to change the User Interface (UI) of the file dialog.
Override to provide your custom implementation of the actions to execute when the user presses the OK button.
You must add at least one to the collection before showing the dialog.
container
Opens the file with read/write permission selected by the user.
Throws:
fileNames
Array containing the selected file paths.
Resets all dialog box options to their default values.
Initializes a new instance of .
Initializes a new instance of the extender with a specified container.
An that represents the container of the component.
: Returns or sets a value indicating whether the dialog box prompts the user for permission to create a file, if the file specified file does not exist.
: Returns or sets a value indicating whether the dialog box displays a warning if the user specifies a file name that already exists.
Returns: . A that specifies the read/write file selected by the user.
is empty or null.
Receives the file names selected by the user and validates them according to the properties set in the instance.
Returns: . True if the files have been validated and the dialog can close; otherwise false to keep the dialog open.