Click or drag to resize

WorkspaceSheetResources Interface

This interface provides methods to access sheet 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 WorkspaceSheetResources

The WorkspaceSheetResources type exposes the following members.

Methods
  NameDescription
Public methodCreateSheet

Creates a sheet in the given workspace.

Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Sheets

Public methodCreateSheetFromTemplate

Creates a sheet at the top-level of the specified workspace, from the specified template.

Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Sheets

Public methodImportCsvSheet

Imports a sheet at the top level of the specified workspace (from CSV).

Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/sheets/import

Public methodImportXlsSheet

Imports a sheet at the top level of the specified workspace (From XLSX).

Mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/sheets/import

Top
See Also