Interface IAccountDirectoryQuery
Queries directories for a given account.
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IAccountDirectoryQuery
Methods
| Improve this Doc View SourceGetDirectories(IAccountInformation)
Get the account directories from the account information.
Declaration
IAccountDirectories GetDirectories(IAccountInformation accountInformation)
Parameters
| Type | Name | Description |
|---|---|---|
| IAccountInformation | accountInformation | The account to get the directories from. |
Returns
| Type | Description |
|---|---|
| IAccountDirectories | The directories for the account. |