Show / Hide Table of Contents

    Class RootPerUserAccountDirectoryQueryOptions

    Options for the RootPerUserAccountDirectoryQuery.

    Inheritance
    Object
    RootPerUserAccountDirectoryQueryOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.AccountManagement.Directories.RootPerUser
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class RootPerUserAccountDirectoryQueryOptions

    Properties

    | Improve this Doc View Source

    AnonymousRootDirectory

    Gets or sets the anonymous root directory.

    Declaration
    public string? AnonymousRootDirectory { get; set; }
    Property Value
    Type Description
    Nullable<String>
    Remarks

    Anonymous users will have the root anonymous if this property isn't set. This path is relative to the file systems root path.

    | Improve this Doc View Source

    AnonymousRootPerEmail

    Gets or sets a value indicating whether anonymous users should have their own (per-email) root directory.

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

    UserRootDirectory

    Gets or sets the normal authenticated users root directory.

    Declaration
    public string? UserRootDirectory { get; set; }
    Property Value
    Type Description
    Nullable<String>
    Remarks

    This path is relative to the file systems root path.

    • 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.