NeatUpload Documentation

UploadModule.SetProcessingState Method 

Sets the processing state object associated with the current upload and given control UniqueID. The processing state object can be retrieved by passing an IUploadProgressState object to BindProgressState and then accessing ProcessingState.

public static bool SetProcessingState(
   string controlUniqueID,
   object state
);

Parameters

controlUniqueID
The UniqueID of the control that the processing state is associated with.
state
A Object that represents the processing state. This must be serializable.

Return Value

true if the module supports setting processing state, otherwise false.

See Also

UploadModule Class | Brettle.Web.NeatUpload Namespace