C# 클래스 Smartsheet.Api.Internal.FolderSheetResourcesImpl

This is the implementation of the WorkspaceSheetResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
상속: AbstractResources, FolderSheetResources
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
CreateSheet ( long folderId, Sheet sheet ) : Sheet

Creates a Sheet from scratch in the specified Folder.

It mirrors To the following Smartsheet REST API method: POST /folders/{folderId}/sheets

CreateSheetFromTemplate ( long folderId, Sheet sheet, IEnumerable includes ) : Sheet

Creates a Sheet in the specified Folder, from the specified Template.

It mirrors To the following Smartsheet REST API method: POST /folders/{folderId}/sheets

FolderSheetResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic

Constructor. Exceptions: - IllegalArgumentException : if any argument is

메소드 상세

CreateSheet() 공개 메소드

Creates a Sheet from scratch in the specified Folder.

It mirrors To the following Smartsheet REST API method: POST /folders/{folderId}/sheets

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 CreateSheet ( long folderId, Sheet sheet ) : Sheet
folderId long the folder Id
sheet Sheet the sheet To create
리턴 Sheet

CreateSheetFromTemplate() 공개 메소드

Creates a Sheet in the specified Folder, from the specified Template.

It mirrors To the following Smartsheet REST API method: POST /folders/{folderId}/sheets

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 CreateSheetFromTemplate ( long folderId, Sheet sheet, IEnumerable includes ) : Sheet
folderId long the folder Id
sheet Sheet the sheet To create
includes IEnumerable used To specify the optional objects To include
리턴 Sheet

FolderSheetResourcesImpl() 공개 메소드

Constructor. Exceptions: - IllegalArgumentException : if any argument is
public FolderSheetResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
리턴 System.Collections.Generic