Show / Hide Table of Contents

    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 Source

    GetDirectories(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.

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