Skip to main content
A newer version of this page is available. .
Tab

UploadedFile Constructors

Contains settings that define a file uploaded via an individual file input field within the ASPxUploadControl.
Name Parameters Description
UploadedFile() none Initializes a new instance of the UploadedFile class with default settings.
UploadedFile(HelperPostedFileBase) file For internal use only.
UploadedFile(HttpPostedFile) file Initializes a new instance of the UploadedFile class with the specified settings.
See Also