menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class FileBrowser

    Class FileBrowser.

    Inheritance
    System.Object
    EJTagHelper
    FileBrowser
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class FileBrowser : EJTagHelper

    Constructors

    FileBrowser()

    Declaration
    public FileBrowser()

    Properties

    AjaxAction

    Gets or sets the ajax action.

    Declaration
    [JsonProperty("ajaxAction")]
    public string AjaxAction { get; set; }
    Property Value
    Type Description
    System.String

    The ajax action.

    AjaxSettings

    Gets or sets the ajax settings.

    Declaration
    [JsonProperty("ajaxSettings")]
    public AjaxSettings AjaxSettings { get; set; }
    Property Value
    Type Description
    AjaxSettings

    The ajax settings.

    ExtensionAllow

    Gets or sets the extension allow.

    Declaration
    [JsonProperty("extensionAllow")]
    public string ExtensionAllow { get; set; }
    Property Value
    Type Description
    System.String

    The extension allow.

    FilePath

    Gets or sets the file path.

    Declaration
    [JsonProperty("filePath")]
    public string FilePath { get; set; }
    Property Value
    Type Description
    System.String

    The file path.

    UploadAction

    Gets or sets the upload action.

    Declaration
    [JsonProperty("uploadAction")]
    public string UploadAction { get; set; }
    Property Value
    Type Description
    System.String

    The upload action.

    Methods

    ShouldSerializeAjaxSettings()

    ShouldSerialize Method for ajax settings

    Declaration
    public bool ShouldSerializeAjaxSettings()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved