Show / Hide Table of Contents

    Class DotNetFileSystemOptions

    Options for the .NET API based file system access.

    Inheritance
    Object
    DotNetFileSystemOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.DotNet
    Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
    Syntax
    public class DotNetFileSystemOptions

    Properties

    | Improve this Doc View Source

    AllowNonEmptyDirectoryDelete

    Gets or sets a value indicating whether deletion of non-empty directories is allowed.

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

    RootPath

    Gets or sets the root path for all users.

    Declaration
    public string? RootPath { get; set; }
    Property Value
    Type Description
    Nullable<String>
    | Improve this Doc View Source

    StreamBufferSize

    Gets or sets the buffer size to be used in async IO methods.

    Declaration
    public int? StreamBufferSize { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    • 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.