FileUploaderFailedEventArgs.Items 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: 9.6.3
C#
public IEnumerable<UploadItem> Items { get; }

Property Value

IEnumerable<UploadItem>

See Also