FileManagerUploadedEventArgs Class

Provides data for the Uploaded event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.6
C#
public sealed class FileManagerUploadedEventArgs : FileManagerPostEventArgs
Inheritance
Object    EventArgs    FileManagerPostEventArgs    FileManagerUploadedEventArgs

Properties

FolderGets the folder related to the event.
(Inherited from FileManagerPostEventArgs)
ItemsGets the items of the upload queue related to the event.
QueueGets the upload queue related to the event.

See Also