Table of Contents

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

uploadItem UploadItem

The item in the upload queue.

exception Exception

The exception if an error occurred.