WorkflowFileUploadAttachFile Method |
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.0.0 (8.0.0.0)
Syntax public void AttachFile(
string fileName
)
Public Sub AttachFile (
fileName As String
)
Parameters
- fileName
- Type: SystemString
Full path and name of the file
See Also