Table of Contents

DefaultUploadProvider.EndItem Method

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Called when an item in the upload queue is ending.

public virtual void EndItem(UploadItem uploadItem, Exception exception)

Parameters

uploadItem UploadItem

The item in the upload queue.

exception Exception

The exception if an error occurred.