Table of Contents

Class BaseEditor.UploadSuccessArgs

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class BaseEditor.UploadSuccessArgs
Inheritance
BaseEditor.UploadSuccessArgs
Inherited Members

Constructors

UploadSuccessArgs(string, SuccessEventArgs)

public UploadSuccessArgs(string textId, EditorUpload.SuccessEventArgs args)

Parameters

textId string
args EditorUpload.SuccessEventArgs

UploadSuccessArgs(string, string, string)

public UploadSuccessArgs(string textId, string title, string url)

Parameters

textId string
title string
url string

Properties

FileTitle

[JsonProperty(PropertyName = "title")]
public string FileTitle { get; }

Property Value

string

FileUrl

[JsonProperty(PropertyName = "url")]
public string FileUrl { get; }

Property Value

string

IsImage

[JsonProperty(PropertyName = "img")]
public bool IsImage { get; }

Property Value

bool

Messages

[JsonProperty(PropertyName = "msgs")]
public string[] Messages { get; }

Property Value

string[]

TextID

[JsonProperty(PropertyName = "textId")]
public string TextID { get; }

Property Value

string