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
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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