FileUploaderFailedEventArgsItems Property

Gets the items of the upload queue related to the event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public IEnumerable<UploadItem> Items { get; }

Property Value

IEnumerableUploadItem

See Also