WorkflowFileUploadAttachFile Method (String, Stream) |
Only if file stream does not exceed Max Size
Namespace:
WorkflowGen.My.Web.UI.WebControls
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public void AttachFile(
string fileName,
Stream stream
)
Public Sub AttachFile (
fileName As String,
stream As Stream
)
Parameters
- fileName
- Type: SystemString
File name of the the file - stream
- Type: System.IOStream
The input stream.
See Also