IConnectedWorkspaceService 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.
Represents a brokered service for a connected workspace (for example Cloud Environment workspace).
public interface class IConnectedWorkspaceService
public interface IConnectedWorkspaceService
type IConnectedWorkspaceService = interface
Public Interface IConnectedWorkspaceService
Methods
GetFilesAsync(String, String, CancellationToken) |
Gets a collection of files that exist in the given path. |
GetFoldersAsync(String, CancellationToken) |
Gets a collection of folders that exist in the given path. |
OpenFolderAsync(String, CancellationToken) |
Opens a folder pointed to by the given path. This is equivalent to "loading" the folder for use. |