menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class AccessPermission

    Inheritance
    System.Object
    AccessPermission
    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.EJ2.FileManager.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class AccessPermission

    Constructors

    AccessPermission()

    Declaration
    public AccessPermission()

    Fields

    Copy

    Declaration
    public bool Copy
    Field Value
    Type Description
    System.Boolean

    Download

    Declaration
    public bool Download
    Field Value
    Type Description
    System.Boolean

    Message

    Declaration
    public string Message
    Field Value
    Type Description
    System.String

    Read

    Declaration
    public bool Read
    Field Value
    Type Description
    System.Boolean

    Upload

    Declaration
    public bool Upload
    Field Value
    Type Description
    System.Boolean

    Write

    Declaration
    public bool Write
    Field Value
    Type Description
    System.Boolean

    WriteContents

    Declaration
    public bool WriteContents
    Field Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved