Show / Hide Table of Contents

    Interface IAccessMode

    A unix style access mode interface.

    Namespace: FubarDev.FtpServer.FileSystem
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IAccessMode

    Properties

    | Improve this Doc View Source

    Execute

    Gets a value indicating whether an execute is allowed.

    Declaration
    bool Execute { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Read

    Gets a value indicating whether a read is allowed.

    Declaration
    bool Read { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Write

    Gets a value indicating whether a write is allowed.

    Declaration
    bool Write { get; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.