menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class FileAccessInfo

    Class FileAccessInfo.

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

    Constructors

    FileAccessInfo()

    Declaration
    public FileAccessInfo()

    Properties

    Role

    Gets or sets the role.

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

    The role details.

    RootPath

    Gets or sets the root path of the folder’s which want to be secure.

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

    The root path.

    Rules

    Gets or sets the collection of rules for folder and files.

    Declaration
    public IEnumerable<AccessRule> Rules { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<AccessRule>

    The rules.

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