menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class WebAPIFileExplorerParams

    Inheritance
    System.Object
    WebAPIFileExplorerParams
    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 WebAPIFileExplorerParams

    Constructors

    WebAPIFileExplorerParams()

    Declaration
    public WebAPIFileExplorerParams()

    Properties

    Action

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

    ActionType

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

    CaseSensitive

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

    CommonFiles

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

    ExtensionsAllow

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

    Files

    Declaration
    public HttpFileCollection Files { get; set; }
    Property Value
    Type Description
    System.Web.HttpFileCollection

    LocationFrom

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

    LocationTo

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

    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

    PreviousName

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

    SearchString

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

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved