Show / Hide Table of Contents

    Interface IUnixOwner

    Defines the owning user and group of an item.

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

    Properties

    | Improve this Doc View Source

    Group

    Gets the group.

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

    Owner

    Gets the owner.

    Declaration
    string Owner { get; }
    Property Value
    Type Description
    String
    • 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.