Click or drag to resize

OpenMultipleFilesResponseSelectedFiles Property

Gets the selected files.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IEnumerable<string> SelectedFiles { get; }

Property Value

Type: IEnumerableString
A collection of the selected files.
See Also