[]
Initializes a new instance of the ActionHandlerFile class.
public ActionHandlerFile()
Public Sub New()
Initializes a new instance of the ActionHandlerFile class, assigning the FileName property.
public ActionHandlerFile(string fileName)
Public Sub New(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name to assign to the FileName property. |