Blazor

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

    Show / Hide Table of Contents

    Class FileManagerDirectoryContent

    Represents the class for FileManager Directory content.

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

    Constructors

    FileManagerDirectoryContent()

    Declaration
    public FileManagerDirectoryContent()

    Properties

    Action

    Gets or sets the corresponding File Operation name.

    Declaration
    public string Action { get; set; }
    Property Value
    Type Description
    System.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 Description
    System.Boolean

    Data

    Gets or sets an array of data for file items.

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

    DateCreated

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

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

    DateModified

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

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

    FilterId

    Gets or sets the filter id of the file item.

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

    FilterPath

    Gets or sets the filter path of the file item.

    Declaration
    public string FilterPath { get; set; }
    Property Value
    Type Description
    System.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 Description
    System.Boolean

    Id

    Gets or sets the id of the file item.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.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 Description
    System.Boolean

    Name

    Gets or sets the value of selected item.

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

    Names

    Gets or sets the value of selected items.

    Declaration
    public string[] Names { get; set; }
    Property Value
    Type Description
    System.String[]

    NewName

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

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

    ParentId

    Gets or sets the parent id of the file item.

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

    Path

    Gets or sets the path for FileManager component.

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

    Permission

    Gets or sets the access permission for file items.

    Declaration
    public AccessPermission Permission { get; set; }
    Property Value
    Type Description
    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 Description
    System.String

    RenameFiles

    Gets or sets the renamed item file names.

    Declaration
    public string[] RenameFiles { get; set; }
    Property Value
    Type Description
    System.String[]

    SearchString

    Gets or sets the search string for a file item.

    Declaration
    public string SearchString { get; set; }
    Property Value
    Type Description
    System.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 Description
    System.Boolean

    Size

    Gets or sets the size of selected item.

    Declaration
    public long Size { get; set; }
    Property Value
    Type Description
    System.Int64

    TargetData

    Gets or sets the target data for file items.

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

    TargetPath

    Gets or sets the target path of the file item.

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

    Type

    Gets or sets the type of the file item.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved