Click or drag to resize

SaveFileParameters Properties

The SaveFileParameters type exposes the following members.

Properties
  NameDescription
Public propertyAcceptableExtensions
Gets a list of the file extensions are based on the `accept` attribute value of the HTML input element acceptable by the file chooser.
Public propertyBrowser
Gets the browser associated with the dialog.
(Inherited from DialogParameters.)
Public propertyFilterDescription
Gets a description of the acceptable extensions.
Public propertyIsAllFilesEnabled
Indicates whether the file dialog should accept all files and show the "All files" filter.
Public propertySuggestedDirectory
Gets the suggested directory where to save the file.
Public propertySuggestedFileName
Gets the suggested name of the file to save.
Top
See Also