ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerParams - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileManagerParams

    Inheritance
    System.Object
    FileManagerParams
    Namespace: Syncfusion.EJ2.FileManager.Base
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved