EditorExportingArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public EditorExportingArgs(
string exportOutput,
ExportType exportType
)
Public Sub New (
exportOutput As String,
exportType As ExportType
)
public:
EditorExportingArgs(
String^ exportOutput,
ExportType exportType
)
new :
exportOutput : string *
exportType : ExportType -> EditorExportingArgs
Parameters
- exportOutput
- Type: SystemString
- exportType
- Type: Kettic.AspNet.ControlsExportType
See Also