Show / Hide Table of Contents

    Class InMemoryFileSystemOptions

    In-memory file system options.

    Inheritance
    Object
    InMemoryFileSystemOptions
    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.InMemory
    Assembly: FubarDev.FtpServer.FileSystem.InMemory.dll
    Syntax
    public class InMemoryFileSystemOptions

    Properties

    | Improve this Doc View Source

    AnonymousComparer

    Gets or sets the comparer for anonymous user e-mails.

    Declaration
    public StringComparer AnonymousComparer { get; set; }
    Property Value
    Type Description
    StringComparer
    | Improve this Doc View Source

    FileSystemComparer

    Gets or sets the comparer for file system names.

    Declaration
    public StringComparer FileSystemComparer { get; set; }
    Property Value
    Type Description
    StringComparer
    | Improve this Doc View Source

    KeepAnonymousFileSystem

    Gets or sets a value indicating whether the file system for an anonymous user should be kept.

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

    KeepAuthenticatedUserFileSystem

    Gets or sets a value indicating whether the file system for an authenticated user should be kept.

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

    UserNameComparer

    Gets or sets the comparer for authenticated user names.

    Declaration
    public StringComparer UserNameComparer { get; set; }
    Property Value
    Type Description
    StringComparer
    • 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.