FolderSheetResources Interface |
This interface provides methods to access sheet resources that are associated to a Folder object.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The FolderSheetResources type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateSheet | Creates a sheet from scratch in the specified folder. Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets | |
| CreateSheetFromTemplate | Creates a sheet in the specified folder, from the specified template. Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets | |
| ImportCsvSheet | Imports a sheet in the specified folder (from CSV). Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets/import | |
| ImportXlsSheet | Imports a sheet in the specified folder (from XLSX). Mirrors to the following Smartsheet REST API method: POST /folders/{folderId}/sheets/import |