IConnectedWorkspaceService Interface

Definition

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.

Applies to