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: 8.1.3.0 (8.1.3.20220620)
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