The ActionHandlerFile type exposes the following members.

Constructors

  Name Description
Public method ActionHandlerFile()()()()
Initializes a new instance of the ActionHandlerFile class.
Public method ActionHandlerFile(String)
Initializes a new instance of the ActionHandlerFile class, assigning the FileName property.

Properties

  Name Description
Public property FileName
Gets or sets the name of the file associated with the current ActionHandlerFile. If empty, a file dialog will be shown to the user when the current action handler is invoked.

See Also