Table of Contents

Class EditorUpload.CustomEventArgs

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class EditorUpload.CustomEventArgs : EventArgs
Inheritance
EditorUpload.CustomEventArgs
Inherited Members

Constructors

CustomEventArgs(HttpPostedFile)

public CustomEventArgs(HttpPostedFile file)

Parameters

file HttpPostedFile

Properties

Callback

public EditorUpload.CallbackData Callback { get; }

Property Value

EditorUpload.CallbackData

File

public HttpPostedFile File { get; }

Property Value

HttpPostedFile