menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileExplorerParams

    Show / Hide Table of Contents

    Class FileExplorerParams

    Class FileExplorerParams specifies the Ajax request parameter details.

    Inheritance
    System.Object
    FileExplorerParams
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class FileExplorerParams

    Constructors

    FileExplorerParams()

    Declaration
    public FileExplorerParams()

    Properties

    Action

    Gets or sets the action type (copy or move).

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.String

    The action (copy or move).

    ActionType

    Gets or sets the type of the action. like "read", "rename", "remove", etc...

    Declaration
    public string ActionType { get; set; }
    Property Value
    Type Description
    System.String

    The action type.

    CanCompress

    Declaration
    public bool CanCompress { get; set; }
    Property Value
    Type Description
    System.Boolean

    CaseSensitive

    Gets or sets a value indicating whether [case sensitive].

    Declaration
    public bool CaseSensitive { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [case sensitive]; otherwise, false.

    CommonFiles

    Gets or sets the common file details.

    Declaration
    public IEnumerable<CommonFileDetails> CommonFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<CommonFileDetails>

    The common files.

    ExtensionsAllow

    Gets or sets the file extensions types, which are going to be allowed.

    Declaration
    public string ExtensionsAllow { get; set; }
    Property Value
    Type Description
    System.String

    The extensions allow.

    FileUpload

    Gets or sets the upload-able file details.

    Declaration
    public IEnumerable<HttpPostedFileBase> FileUpload { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Web.HttpPostedFileBase>

    The upload-able file details.

    ImageSize

    Declaration
    public ImageSize ImageSize { get; set; }
    Property Value
    Type Description
    ImageSize

    LocationFrom

    Gets or sets the source location.

    Declaration
    public string LocationFrom { get; set; }
    Property Value
    Type Description
    System.String

    The source path.

    LocationTo

    Gets or sets the destination location.

    Declaration
    public string LocationTo { get; set; }
    Property Value
    Type Description
    System.String

    The target path.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Names

    Gets or sets the names.

    Declaration
    public string[] Names { get; set; }
    Property Value
    Type Description
    System.String[]

    The names.

    NewName

    Gets or sets the new name.

    Declaration
    public string NewName { get; set; }
    Property Value
    Type Description
    System.String

    The new file name.

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    The path.

    PreviousName

    Gets or sets the previous file/ folder name.

    Declaration
    public string PreviousName { get; set; }
    Property Value
    Type Description
    System.String

    The previous file name.

    SearchString

    Gets or sets the search string.

    Declaration
    public string SearchString { get; set; }
    Property Value
    Type Description
    System.String

    The search string.

    SelectedItems

    Gets or sets the selected items.

    Declaration
    public IEnumerable<object> SelectedItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>

    The selected items.

    TargetFolder

    Gets or sets the target folder.

    Declaration
    public IEnumerable<object> TargetFolder { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>

    The target folder.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved