Class GenericAccountDirectories
Default implementation of IAccountDirectories.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.AccountManagement.Directories
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class GenericAccountDirectories : IAccountDirectories
Constructors
| Improve this Doc View SourceGenericAccountDirectories(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 |
Properties
| Improve this Doc View SourceHomePath
Declaration
public string? HomePath { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |
RootPath
Declaration
public string? RootPath { get; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |