Class UploaderUploadedFiles
Inheritance
System.Object
UploaderUploadedFiles
Assembly: Syncfusion.EJ2.dll
public class UploaderUploadedFiles : EJTagHelper
Constructors
Declaration
public UploaderUploadedFiles()
Properties
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Specifies the name of the file
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the size of the file
Declaration
public double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|
Specifies the type of the file
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|