Class SingleRootWithoutHomeAccountDirectoryQuery
All users share the same root and none has a home directory.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.AccountManagement.Directories.SingleRootWithoutHome
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class SingleRootWithoutHomeAccountDirectoryQuery : IAccountDirectoryQuery
Constructors
| Improve this Doc View SourceSingleRootWithoutHomeAccountDirectoryQuery(IOptions<SingleRootWithoutHomeAccountDirectoryQueryOptions>)
Initializes a new instance of the SingleRootWithoutHomeAccountDirectoryQuery class.
Declaration
public SingleRootWithoutHomeAccountDirectoryQuery(IOptions<SingleRootWithoutHomeAccountDirectoryQueryOptions> options)
Parameters
Type | Name | Description |
---|---|---|
IOptions<SingleRootWithoutHomeAccountDirectoryQueryOptions> | options | The options. |
Methods
| Improve this Doc View SourceGetDirectories(IAccountInformation)
Declaration
public IAccountDirectories GetDirectories(IAccountInformation accountInformation)
Parameters
Type | Name | Description |
---|---|---|
IAccountInformation | accountInformation |
Returns
Type | Description |
---|---|
IAccountDirectories |