FolderResources Methods |
The FolderResources type exposes the following members.
| 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} |