Class UploadListCreateArgs
Represents the class for UploadListCreate event arguments.
Inheritance
System.Object
UploadListCreateArgs
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploadListCreateArgs : Object
Constructors
UploadListCreateArgs()
Declaration
public UploadListCreateArgs()
Properties
FileInfo
Gets or sets the current rendering file item data as file object.
Declaration
public FileInfo FileInfo { get; set; }
Property Value
Type |
---|
FileInfo |
Index
Gets the index of the file item in the file list.
Declaration
public double Index { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
This allows users to find the index of file(selected to upload) and this is set internally.
IsPreload
Gets or sets whether the file is preloaded.
Declaration
public bool IsPreload { get; set; }
Property Value
Type |
---|
System.Boolean |