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
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method 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 method

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
return Folder

HomeFolderResourcesImpl() public method

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

ListFolders() public method

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
return PaginatedResult