Class UploadboxCustomFileDetails
Class UploadboxCustomFileDetails.
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
Assembly: Syncfusion.EJ.dll
Syntax
public class UploadboxCustomFileDetails : EJTagHelper
Constructors
UploadboxCustomFileDetails()
Declaration
public UploadboxCustomFileDetails()
Properties
Action
Gets or sets a value indicating whether this UploadboxCustomFileDetails is action.
Declaration
[JsonProperty("action")]
public bool Action { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets or sets a value indicating whether this UploadboxCustomFileDetails is name.
Declaration
[JsonProperty("name")]
public bool Name { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Size
Gets or sets a value indicating whether this UploadboxCustomFileDetails is size.
Declaration
[JsonProperty("size")]
public bool Size { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Status
Gets or sets a value indicating whether this UploadboxCustomFileDetails is status.
Declaration
[JsonProperty("status")]
public bool Status { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Title
Gets or sets a value indicating whether this UploadboxCustomFileDetails is title.
Declaration
[JsonProperty("title")]
public bool Title { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|