FolderResources Interface |
This interface provides methods to access Folder resources.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The FolderResources type exposes the following members.
| Name | Description | |
|---|---|---|
| SheetResources | Return the SheetResources object that provides access to Sheet resources associated with Folder resources. |
| Name | Description | |
|---|---|---|
| CopyFolder | Creates a copy of the specified Folder. It mirrors to the following Smartsheet REST API method: | |
| CreateFolder | Creates a Folder in the specified Folder. It mirrors to the following Smartsheet REST API method: | |
| DeleteFolder | Deletes a folder. It mirrors to the following Smartsheet REST API method: | |
| GetFolder | Gets the specified Folder (and lists its contents). It mirrors to the following Smartsheet REST API method: GET /folders/{folderId} | |
| ListFolders | Gets a list of the top-level child Folders within the specified Folder. This operation supports pagination of results. For more information, see Paging. It mirrors to the following Smartsheet REST API method: | |
| MoveFolder | Moves the specified Folder to another location. It mirrors to the following Smartsheet REST API method: | |
| UpdateFolder | Updates a folder. It mirrors to the following Smartsheet REST API method: PUT /folders/{folderId} |