NeatUpload Documentation

IUploadModule.BindProgressState Method 

Fills in an IUploadProgressState object with the progress state for a given post-back ID and control UniqueID.

void BindProgressState(
   string postBackID,
   string controlUniqueID,
   IUploadProgressState progressState
);

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