Class FileExplorerUploadBoxSettings
Gets or sets an object that indicates whether to customize the upload behavior in the FileExplorer.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models.FileExplorerUpload
Assembly: Syncfusion.EJ.dll
Syntax
public class FileExplorerUploadBoxSettings : EJTagHelper
Constructors
FileExplorerUploadBoxSettings()
Declaration
public FileExplorerUploadBoxSettings()
Properties
AllowMultipleFile
Declaration
[JsonProperty("allowMultipleFile")]
public bool AllowMultipleFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AutoUpload
Declaration
[JsonProperty("autoUpload")]
public bool AutoUpload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DialogAction
Declaration
[JsonProperty("dialogAction")]
public DialogAction DialogAction { get; set; }
Property Value
Type | Description |
---|---|
DialogAction |
DialogPosition
Declaration
[JsonProperty("dialogPosition")]
public DialogPosition DialogPosition { get; set; }
Property Value
Type | Description |
---|---|
DialogPosition |
FileSize
Declaration
[Obsolete("FileSize property has deprecated. Use MaxFileSize instead of FileSize")]
[JsonProperty("fileSize")]
public double FileSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaxFileSize
Declaration
[JsonProperty("maxFileSize")]
public double MaxFileSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MultipleFileSelection
Declaration
[Obsolete("MultipleFileSelection property has deprecated. Use AllowMultipleFile instead of MultipleFileSelection")]
[JsonProperty("multipleFileSelection")]
public bool MultipleFileSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowFileDetails
Declaration
[JsonProperty("showFileDetails")]
public bool ShowFileDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |