Click or drag to resize

WorkflowFileUploadOnLoad Method

Executed when control is loaded WorkflowFileUpload will first see if there is any new file in his storage directory If a file appeared WorkflowFileUpload will try to apply restriction rules (size limit and extensions) If the last created file is accepted then he'll delete others Else the control will see if another file was registered before the current load

Namespace:  WorkflowGen.My.Web.UI.WebControls
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
protected override void OnLoad(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event arguments
See Also