IUploadModule.BindProgressState Method
Fills in an IUploadProgressState object with the progress state for a given post-back ID and control UniqueID.
Parameters
-
postBackID
- The post-back ID for which the progress state should be retrieved.
-
controlUniqueID
- The UniqueID of the control for which the processing state should be retrieved, or null to not retrieve progress state without processing state.
-
progressState
- A IUploadProgressState to be filled in with the progress state for the given post-back ID and control UniqueID.
See Also
IUploadModule Interface | Brettle.Web.NeatUpload Namespace