WorkflowFileUploadPostedFile Property |
Return the posted file
Namespace:
WorkflowGen.My.Web.UI.WebControls
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.2.6.0 (9.2.6.20250404)
Syntaxpublic HttpPostedFile PostedFile { get; }
Public ReadOnly Property PostedFile As HttpPostedFile
Get
Property Value
Type:
HttpPostedFile
See Also