Interface IOpenFileDialogHandler
Extends IFileDialogHandler with properties related to the open file dialog window.
public interface IOpenFileDialogHandler : IFileDialogHandler, IDialogHandler, IDisposable
Properties
- AllowMultipleSelection
Gets or sets a value indicating whether the dialog window allows multiple files to be selected.
- FileMustExist
Gets or sets whether the user may only select files that actually exist.
- FileNames
Gets the file names of all selected files in the dialog window.