Show / Hide Table of Contents

Class PostUploadEventArgs

Arguments for the 'PostUpload' Editor event

Inheritance
System.Object
PostUploadEventArgs
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class PostUploadEventArgs : EventArgs

Fields

| Improve this Doc View Source

Data

Data submitted from the client

Declaration
public DtRequest Data
Field Value
Type Description
DtRequest
| Improve this Doc View Source

Editor

Editor instance that triggered the event

Declaration
public Editor Editor
Field Value
Type Description
Editor
| Improve this Doc View Source

Files

Data read from the database about the file uploaded

Declaration
public Dictionary<string, Dictionary<string, Dictionary<string, object>>> Files
Field Value
Type Description
Dictionary<System.String, Dictionary<System.String, Dictionary<System.String, System.Object>>>
| Improve this Doc View Source

Id

Id of the file record created

Declaration
public object Id
Field Value
Type Description
System.Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX