C# Класс 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.
Наследование: AbstractResources, HomeFolderResources
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CreateFolder() публичный Метод

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
Результат Folder

HomeFolderResourcesImpl() публичный Метод

Constructor.
if any argument is null
public HomeFolderResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
Результат System.Collections.Generic

ListFolders() публичный Метод

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
Результат PaginatedResult