Click or drag to resize

SaveFileParametersFilterDescription Property

Gets a description of the acceptable extensions.

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

Property Value

Type: String
A meaningful (e.g. "Image files", "PDF File (.pdf)", etc.) description of the acceptable extensions. In case no extensions are provided, the value is empty, which implies that any file type is acceptable.
See Also