C# Class Smartsheet.Api.Internal.HomeFolderResourcesImpl

This is the implementation of the HomeFolderResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
Inheritance: AbstractResources, HomeFolderResources
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Méthodes publiques

Méthode Description
CreateFolder ( Folder folder ) : Folder

Create a folder in home.

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

HomeFolderResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic

Constructor.

ListFolders ( PaginationParameters paging ) : PaginatedResult

List Folders under home.

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

Method Details

CreateFolder() public méthode

Create a folder in home.

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

if any argument is null or empty string if there is any problem with the REST API request if there is any problem with the REST API authorization (access token) if the resource cannot be found if the REST API service is not available (possibly due To rate limiting) if there is any other error during the operation
public CreateFolder ( Folder folder ) : Folder
folder Folder the folder To create
Résultat Folder

HomeFolderResourcesImpl() public méthode

Constructor.
if any argument is null
public HomeFolderResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
Résultat System.Collections.Generic

ListFolders() public méthode

List Folders under home.

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

if any argument is null or empty string if there is any problem with the REST API request if there is any problem with the REST API authorization (access token) if the resource cannot be found if the REST API service is not available (possibly due To rate limiting) if there is any other error during the operation
public ListFolders ( PaginationParameters paging ) : PaginatedResult
paging PaginationParameters
Résultat PaginatedResult