Class FileManagerParams
Inheritance
System.Object
FileManagerParams
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerParams : Object
Constructors
FileManagerParams()
Declaration
public FileManagerParams()
Properties
Date
Declaration
public object Date { get; set; }
Property Value
Type |
Description |
System.Object |
|
FileUpload
Declaration
public IEnumerable<IFormFile> FileUpload { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.IFormFile> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Names
Declaration
public string[] Names { get; set; }
Property Value
Type |
Description |
System.String[] |
|
NewName
Declaration
public string NewName { get; set; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
RenameFiles
Declaration
public string[] RenameFiles { get; set; }
Property Value
Type |
Description |
System.String[] |
|
TargetPath
Declaration
public string TargetPath { get; set; }
Property Value
Type |
Description |
System.String |
|