Click or drag to resize

FolderResources Methods

The FolderResources type exposes the following members.

Methods
  NameDescription
Public methodCopyFolder

Creates a copy of the specified Folder.

It mirrors to the following Smartsheet REST API method:
POST /folders/{folderId}/copy

Public methodCreateFolder

Creates a Folder in the specified Folder.

It mirrors to the following Smartsheet REST API method:
POST /folders/{folderId}/folders

Public methodDeleteFolder

Deletes a folder.

It mirrors to the following Smartsheet REST API method:
DELETE /folders/{folderId}

Public methodGetFolder

Gets the specified Folder (and lists its contents).

It mirrors to the following Smartsheet REST API method: GET /folders/{folderId}

Public methodListFolders

Gets a list of the top-level child Folders within the specified Folder.

Remarks
This operation supports pagination of results. For more information, see Paging.

It mirrors to the following Smartsheet REST API method:
GET /folders/{folderId}/folders

Public methodMoveFolder

Moves the specified Folder to another location.

It mirrors to the following Smartsheet REST API method:
POST /folders/{folderId}/move

Public methodUpdateFolder

Updates a folder.

It mirrors to the following Smartsheet REST API method: PUT /folders/{folderId}

Top
See Also