Click or drag to resize

SaveFileParameters Class

The parameters of the SaveFileHandler.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Browser.Dialogs.HandlersDialogParameters
    DotNetBrowser.Browser.Dialogs.HandlersFileChooserParameters
      DotNetBrowser.Browser.Dialogs.HandlersSaveFileParameters

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public class SaveFileParameters : FileChooserParameters

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also