IUploadProvider.EndItem Method
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Called when an item in the upload queue is ending.
void EndItem(UploadItem uploadItem, Exception exception)
Parameters
uploadItemUploadItemThe item in the upload queue.
exceptionExceptionThe exception if an error occurred.