Show / Hide Table of Contents

    Class GenericAccountDirectories

    Default implementation of IAccountDirectories.

    Inheritance
    Object
    GenericAccountDirectories
    Implements
    IAccountDirectories
    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
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class GenericAccountDirectories : IAccountDirectories

    Constructors

    | Improve this Doc View Source

    GenericAccountDirectories(Nullable<String>, Nullable<String>)

    Initializes a new instance of the GenericAccountDirectories class.

    Declaration
    public GenericAccountDirectories(string? rootPath, string? homePath = default(string? ))
    Parameters
    Type Name Description
    Nullable<String> rootPath

    The root path relative to the file systems root path.

    Nullable<String> homePath

    The home directory of the user relative to the rootPath.

    Properties

    | Improve this Doc View Source

    HomePath

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

    RootPath

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

    Implements

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