FileUploadEventArgs Constructor |
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public FileUploadEventArgs(
string uploadFilePath,
string fileName,
string mimeType,
IDictionary<string, string> uploadParams = null
)
Public Sub New (
uploadFilePath As String,
fileName As String,
mimeType As String,
Optional uploadParams As IDictionary(Of String, String) = Nothing
)
Parameters
- uploadFilePath
- Type: SystemString
Relative folder path where the document will be upload. - fileName
- Type: SystemString
Name of the uploading file. - mimeType
- Type: SystemString
MIME type of the uploading file. - uploadParams (Optional)
- Type: System.Collections.GenericIDictionaryString, String
Optional file upload parameters.
See Also