[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFileSave.-ctor

ActionHandlerFileSave Constructor

ActionHandlerFileSave()

Initializes a new instance of the ActionHandlerFileSave class.

Declaration
public ActionHandlerFileSave()
Public Sub New()

ActionHandlerFileSave(string)

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

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

The file name to assign to the FileName property.

ActionHandlerFileSave(string, ExportProvider)

Initializes a new instance of the ActionHandlerFileSave class, assigning the FileName and ExportProvider properties.

Declaration
public ActionHandlerFileSave(string fileName, ExportProvider exportProvider)
Public Sub New(fileName As String, exportProvider As ExportProvider)
Parameters
Type Name Description
string fileName

The file name to assign to the FileName property.

ExportProvider exportProvider

The ExportProvider to assign to the ExportProvider property.