IFilesService Interface

Definition

Interface IFilesService to allow a provider to customize the behavior when a folder is being opened and the hierarchy of files an directories has to be retrieved

public interface class IFilesService
public interface class IFilesService
__interface IFilesService
public interface IFilesService
type IFilesService = interface
Public Interface IFilesService

Methods

GetDirectoriesAsync(String, Boolean, CancellationToken)

Get directories from a sub path

GetFilesAsync(String, Boolean, CancellationToken)

Get files from a sub path

Applies to