Class UploaderUploadedFiles
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    UploaderUploadedFiles
  Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.EJ2.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 ""  |