C# 클래스 Smartsheet.Api.Models.Workspace.UpdateWorkspaceBuilder

A convenience class for creating a Workspace object with the appropriate fields for updating a workspace.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : Workspace

The Name of the workspace.

Gets the Name.

Builds the Workspace.

UpdateWorkspaceBuilder ( long id, string name ) : System

Build workspace with required parameter name.

메소드 상세

Build() 공개 메소드

The Name of the workspace. Gets the Name. Builds the Workspace.
public Build ( ) : Workspace
리턴 Workspace

UpdateWorkspaceBuilder() 공개 메소드

Build workspace with required parameter name.
public UpdateWorkspaceBuilder ( long id, string name ) : System
id long the id of the workspace
name string the name of the workspace
리턴 System