Table of Contents

Class Workspace.UpdateWorkspaceBuilder

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

A convenience class for creating a Workspace object with the appropriate fields for updating a workspace.

public class Workspace.UpdateWorkspaceBuilder
Inheritance
Workspace.UpdateWorkspaceBuilder
Inherited Members

Constructors

UpdateWorkspaceBuilder(long?, string)

Build workspace with required parameter name.

public UpdateWorkspaceBuilder(long? id, string name)

Parameters

id long?

the id of the workspace

name string

the name of the workspace

Methods

Build()

Builds the Workspace.

public Workspace Build()

Returns

Workspace

the workspace