menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ImageBrowserBuilder

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

    Constructors

    ImageBrowserBuilder(ImageBrowser)

    Specifies the image browser in RTE.

    Declaration
    public ImageBrowserBuilder(ImageBrowser imgBrowser)
    Parameters
    Type Name Description
    ImageBrowser imgBrowser

    imgBrowser

    Methods

    AjaxAction(String)

    Specifies to receive the server-side handler for the file related operations.

    Declaration
    public ImageBrowserBuilder AjaxAction(string ajaxAction)
    Parameters
    Type Name Description
    System.String ajaxAction

    ajaxAction

    Returns
    Type Description
    ImageBrowserBuilder

    This method returns string value

    AjaxSettings(Action<AjaxActionsBuilder>)

    Specifies the ajaxSettings action.

    Declaration
    public ImageBrowserBuilder AjaxSettings(Action<AjaxActionsBuilder> ajaxSettings)
    Parameters
    Type Name Description
    System.Action<AjaxActionsBuilder> ajaxSettings

    ajaxSettings

    Returns
    Type Description
    ImageBrowserBuilder

    This method returns image browser builder value

    ExtensionAllow(String)

    Specifies the file type extension shown in the image browser window.

    Declaration
    public ImageBrowserBuilder ExtensionAllow(string extensionAllow)
    Parameters
    Type Name Description
    System.String extensionAllow

    extensionAllow

    Returns
    Type Description
    ImageBrowserBuilder

    This method returns string value

    FilePath(String)

    Specifies the directory to perform operations like create, delete and rename folder and files, and upload the selected images to the current directory.

    Declaration
    public ImageBrowserBuilder FilePath(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    filePath

    Returns
    Type Description
    ImageBrowserBuilder

    This method returns string value

    UploadAction(String)

    Specifies the uplaod action.

    Declaration
    public ImageBrowserBuilder UploadAction(string uploadAction)
    Parameters
    Type Name Description
    System.String uploadAction

    uploadAction

    Returns
    Type Description
    ImageBrowserBuilder

    This method returns string value

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