menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerAjaxSettings - API Reference

    Show / Hide Table of Contents

    Class FileManagerAjaxSettings

    Defines the Ajaxsettings for the filemanager component.

    Inheritance
    System.Object
    FileManagerAjaxSettings
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerAjaxSettings : OwningComponentBase

    Constructors

    FileManagerAjaxSettings()

    Declaration
    public FileManagerAjaxSettings()

    Properties

    DownloadUrl

    Specifies URL to download the files from server.

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

    GetImageUrl

    Specifies URL to get the images from server.

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

    UploadUrl

    Specifies URL to upload the files to server.

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

    Url

    Specifies URL to read the files from server.

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

    Methods

    Dispose(Boolean)

    Dispose unmanaged resources in the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Boolean value to dispose the object.

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    Task.

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