Click or drag to resize

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: 9.0.3.0 (9.0.3.20240719)
Syntax
public void AttachFile(
	string fileName,
	Stream stream
)

Parameters

fileName
Type: SystemString
File name of the the file
stream
Type: System.IOStream
The input stream.
See Also