IFindFilesService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |