Show / Hide Table of Contents

    Interface IUnixDirectoryEntry

    A unix directory entry.

    Inherited Members
    IUnixFileSystemEntry.Name
    IUnixFileSystemEntry.Permissions
    IUnixFileSystemEntry.LastWriteTime
    IUnixFileSystemEntry.CreatedTime
    IUnixFileSystemEntry.NumberOfLinks
    IUnixOwner.Owner
    IUnixOwner.Group
    Namespace: FubarDev.FtpServer.FileSystem
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IUnixDirectoryEntry : IUnixFileSystemEntry, IUnixOwner

    Properties

    | Improve this Doc View Source

    IsDeletable

    Gets a value indicating whether this directory can be deleted.

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

    IsRoot

    Gets a value indicating whether this is the root directory.

    Declaration
    bool IsRoot { 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.