Click or drag to resize

WorkspaceFolderResources Methods

The WorkspaceFolderResources type exposes the following members.

Methods
  NameDescription
Public methodCreateFolder

Create a folder in the workspace.

It mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Folders

Public methodListFolders

List Folders of a given workspace.

It mirrors to the following Smartsheet REST API method: GET /workspaces/{workspaceId}/Folders

Top
See Also