[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFile.-ctor

ActionHandlerFile Constructor

ActionHandlerFile()

Initializes a new instance of the ActionHandlerFile class.

Declaration
public ActionHandlerFile()
Public Sub New()

ActionHandlerFile(string)

Initializes a new instance of the ActionHandlerFile class, assigning the FileName property.

Declaration
public ActionHandlerFile(string fileName)
Public Sub New(fileName As String)
Parameters
Type Name Description
string fileName

The file name to assign to the FileName property.