Class UploaderUploadedFiles
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
UploaderUploadedFiles
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.AspNetMvc.Inputs.dll
Syntax
public class UploaderUploadedFiles : EJTagHelper
Constructors
UploaderUploadedFiles()
Declaration
public UploaderUploadedFiles()
Properties
Name
Specifies the name of the file
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |
Size
Specifies the size of the file
Declaration
public double Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is Double.NaN |
Type
Specifies the type of the file
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "" |