alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FileManagerDirectoryContent

    Represents the class for FileManager Directory content.

    Inheritance
    object
    FileManagerDirectoryContent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerDirectoryContent

    Constructors

    FileManagerDirectoryContent()

    Declaration
    public FileManagerDirectoryContent()

    Properties

    Action

    Gets or sets the corresponding File Operation name.

    Declaration
    public string Action { get; set; }
    Property Value
    Type
    string

    CaseSensitive

    Gets or sets a value indicating whether the file item is case sensitive or not.

    Declaration
    public bool CaseSensitive { get; set; }
    Property Value
    Type
    bool

    Data

    Gets or sets an array of data for file items.

    Declaration
    public FileManagerDirectoryContent[] Data { get; set; }
    Property Value
    Type
    FileManagerDirectoryContent[]

    DateCreated

    Gets or sets the date created value of a file item.

    Declaration
    public DateTime DateCreated { get; set; }
    Property Value
    Type
    DateTime

    DateModified

    Gets or sets the date modified value of a file item.

    Declaration
    public DateTime DateModified { get; set; }
    Property Value
    Type
    DateTime

    FilterId

    Gets or sets the filter id of the file item.

    Declaration
    public string FilterId { get; set; }
    Property Value
    Type
    string

    FilterPath

    Gets or sets the filter path of the file item.

    Declaration
    public string FilterPath { get; set; }
    Property Value
    Type
    string

    HasChild

    Gets or sets a value indicating whether a file item has a child or not.

    Declaration
    public bool HasChild { get; set; }
    Property Value
    Type
    bool

    Id

    Gets or sets the id of the file item.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    IsFile

    Gets or sets a value indicating whether the file item is file or folder.

    Declaration
    public bool IsFile { get; set; }
    Property Value
    Type
    bool

    Name

    Gets or sets the value of selected item.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    string

    Names

    Gets or sets the value of selected items.

    Declaration
    public string[] Names { get; set; }
    Property Value
    Type
    string[]

    NewName

    Gets or sets the new name value for a Rename operation.

    Declaration
    public string NewName { get; set; }
    Property Value
    Type
    string

    ParentId

    Gets or sets the parent id of the file item.

    Declaration
    public string ParentId { get; set; }
    Property Value
    Type
    string

    Path

    Gets or sets the path for FileManager component.

    Declaration
    public string Path { get; set; }
    Property Value
    Type
    string

    Permission

    Gets or sets the access permission for file items.

    Declaration
    public AccessPermission Permission { get; set; }
    Property Value
    Type
    AccessPermission
    Remarks

    This property allows the user to get or set the access permission for file items.

    PreviousName

    Gets or sets the previous name value for a Rename operation.

    Declaration
    public string PreviousName { get; set; }
    Property Value
    Type
    string

    RenameFiles

    Gets or sets the renamed item file names.

    Declaration
    public string[] RenameFiles { get; set; }
    Property Value
    Type
    string[]

    SearchString

    Gets or sets the search string for a file item.

    Declaration
    public string SearchString { get; set; }
    Property Value
    Type
    string

    ShowHiddenItems

    Gets or sets a value indicating whether the user has permission to view hidden items.

    Declaration
    public bool ShowHiddenItems { get; set; }
    Property Value
    Type
    bool

    Size

    Gets or sets the size of selected item.

    Declaration
    public long Size { get; set; }
    Property Value
    Type
    long

    TargetData

    Gets or sets the target data for file items.

    Declaration
    public FileManagerDirectoryContent TargetData { get; set; }
    Property Value
    Type
    FileManagerDirectoryContent

    TargetPath

    Gets or sets the target path of the file item.

    Declaration
    public string TargetPath { get; set; }
    Property Value
    Type
    string

    Type

    Gets or sets the type of the file item.

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