[]
        
(Showing Draft Content)

C1.C1Preview.ActionHandlerFileSave.-ctor

ActionHandlerFileSave Constructor

ActionHandlerFileSave()

Initializes a new instance of the ActionHandlerFileSave class.

Declaration
public ActionHandlerFileSave()

ActionHandlerFileSave(string)

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

Declaration
public ActionHandlerFileSave(string fileName)
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)
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.