menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FolderCreateEventArgs<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FolderCreateEventArgs<TValue>

    Provides information about the FolderCreating event callback.

    Inheritance
    System.Object
    FolderCreateEventArgs<TValue>
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FolderCreateEventArgs<TValue> : Object
    Type Parameters
    Name Description
    TValue

    Specifies the TValue of FileManager events.

    Constructors

    FolderCreateEventArgs()

    Declaration
    public FolderCreateEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the corresponding new folder creation.

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

    'true' if the new folder creation must be cancelled; otherwise 'false'.

    FolderName

    Gets or sets the newly created folder name.

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

    Represents the created folder name.

    ParentFolder

    Gets the parent folder details in which the new folder is created.

    Declaration
    public TValue ParentFolder { get; }
    Property Value
    Type Description
    TValue

    Represents the folder details within which the new folder will be created.

    Path

    Gets the path for the FileManager component.

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

    Represents the relative or absolute path of the directory.

    Response

    Gets or sets the folder creation action result.

    Declaration
    public FileManagerResponse<TValue> Response { get; set; }
    Property Value
    Type Description
    FileManagerResponse<TValue>

    Represents the folder creation action result.

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