Click or drag to resize

SaveFileParametersSuggestedDirectory Property

Gets the suggested directory where to save the file.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public string SuggestedDirectory { get; }

Property Value

Type: String
The suggested directory where to save the file.
See Also