WorkflowFileUploadAttachFile Method (String) |
Only if Extension is not forbidden AND
Extension is allowed or all extensions are allowed AND
File Size does not exceed Max Size
Namespace:
WorkflowGen.My.Web.UI.WebControls
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public void AttachFile(
string filePath
)
Public Sub AttachFile (
filePath As String
)
Parameters
- filePath
- Type: SystemString
Full path and name of the file
See Also