Show / Hide Table of Contents

    Interface IUnixPermissions

    Unix file system entry permissions.

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

    Properties

    | Improve this Doc View Source

    Group

    Gets the group permissions.

    Declaration
    IAccessMode Group { get; }
    Property Value
    Type Description
    IAccessMode
    | Improve this Doc View Source

    Other

    Gets the other permissions.

    Declaration
    IAccessMode Other { get; }
    Property Value
    Type Description
    IAccessMode
    | Improve this Doc View Source

    User

    Gets the user permissions.

    Declaration
    IAccessMode User { get; }
    Property Value
    Type Description
    IAccessMode

    Extension Methods

    PermissionsExtensions.GetAccessModeFor(IUnixPermissions, IUnixOwner, IFtpUser)
    PermissionsExtensions.GetAccessModeFor(IUnixPermissions, IUnixOwner, ClaimsPrincipal)
    • 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.