IFindFilesService Interface

Definition

Workspace service to find files

public interface class IFindFilesService
public interface class IFindFilesService
__interface IFindFilesService
public interface IFindFilesService
type IFindFilesService = interface
Public Interface IFindFilesService
Derived

Methods

FindFilesAsync(String, IProgress<String>, CancellationToken)

Searches the workspace for files matching a pattern.

GetAllFilesAsync()

Return all the file entities available in a workspace

Applies to