Click or drag to resize

WorkspaceFolderResources Interface

This interface provides methods to access Folder resources that are associated to a workspace object.

Thread Safety: Implementation of this interface must be thread safe.

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface WorkspaceFolderResources

The WorkspaceFolderResources type exposes the following members.

Methods
  NameDescription
Public methodCreateFolder

Create a folder in the workspace.

It mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Folders

Public methodListFolders

List Folders of a given workspace.

It mirrors to the following Smartsheet REST API method: GET /workspaces/{workspaceId}/Folders

Top
See Also