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

A convenience class for setting up a folder with the appropriate fields for updating the folder.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
Build ( ) : Folder

Set the Name of the Folder.

Gets the Name.

Gets the folder Id.

/// Sets the folder Id. ///

Builds the folder.

UpdateFolderBuilder ( long id, string name ) : System

Sets the required the fields for updating a Folder.

메소드 상세

Build() 공개 메소드

Set the Name of the Folder. Gets the Name. Gets the folder Id. /// Sets the folder Id. /// Builds the folder.
public Build ( ) : Folder
리턴 Folder

UpdateFolderBuilder() 공개 메소드

Sets the required the fields for updating a Folder.
public UpdateFolderBuilder ( long id, string name ) : System
id long the id of the folder to update
name string the name of the folder, need not be unique
리턴 System