IUploadProviderEndItem Method
Called when an item in the upload queue is ending.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
void EndItem(
UploadItem uploadItem,
Exception exception
)
Sub EndItem (
uploadItem As UploadItem,
exception As Exception
)
Parameters
- uploadItem UploadItem
- The item in the upload queue.
- exception Exception
- The exception if an error occurred.