C# 클래스 Smartsheet.Api.Models.Folder.CreateFolderBuilder

A convenience class for setting up a folder with the appropriate fields for creation.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : Folder

Builds the folder.

CreateFolderBuilder ( string name ) : System

Sets the required the fields for creating a Folder.

GetName ( ) : string

Gets the Name.

SetName ( string name ) : CreateFolderBuilder

Set the Name of the Folder.

메소드 상세

Build() 공개 메소드

Builds the folder.
public Build ( ) : Folder
리턴 Folder

CreateFolderBuilder() 공개 메소드

Sets the required the fields for creating a Folder.
public CreateFolderBuilder ( string name ) : System
name string the name of the folder, need not be unique
리턴 System

GetName() 공개 메소드

Gets the Name.
public GetName ( ) : string
리턴 string

SetName() 공개 메소드

Set the Name of the Folder.
public SetName ( string name ) : CreateFolderBuilder
name string the Name
리턴 CreateFolderBuilder