Click or drag to resize

HomeFolderResources Interface

This interface provides methods to access Folder resources under home.

Thread Safety: Implementation of this interface must be thread safe.

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface HomeFolderResources

The HomeFolderResources type exposes the following members.

Methods
  NameDescription
Public methodCreateFolder

Create a folder in home.

It mirrors to the following Smartsheet REST API method:
POST /home/Folders

Public methodListFolders

List Folders under home.

It mirrors to the following Smartsheet REST API method:
GET /home/Folders

Top
See Also