IWebFileDialog

Assembly: WebForms;

Description

The IWebFileDialog interface contains basic properties and methods of the components that implement various dialog boxes.

Inheritance Hierarchy

          IWebComponent

          IWebFileDialog

Comments

The interface is basic for the following interfaces:

Properties

  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

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

See also:

WebForms Assembly Interfaces