WorkspaceFolderResources Interface | 
This interface provides methods to access Folder resources that are associated to a workspace object.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The WorkspaceFolderResources type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateFolder | Create a folder in the workspace. It mirrors to the following Smartsheet REST API method: POST /workspaces/{workspaceId}/Folders  | |
| ListFolders | List Folders of a given workspace. It mirrors to the following Smartsheet REST API method: GET /workspaces/{workspaceId}/Folders  |