IWebFileOpenDialog

Assembly: WebForms;

Description

The IWebFileOpenDialog interface contains properties and methods of the FileOpenDialog web form component.

Inheritance Hierarchy

          IWebComponent

          IWebFileDialog

          IWebFileOpenDialog

Properties

  Property name Brief description
Filter The Filter property determines filter text to limit list of available files.

Properties inherited from IWebFileDialog

  Property name Brief description
FileData The FileData property determines the thread linked to the opened or saved file.
FileName The FileName property determines a name of the opened or saved file.

Methods inherited from IWebFileDialog

  Method name Brief description
Execute The Execute method initializes the dialog box and returns the user selection result.

See also:

WebForms Assembly Interfaces