C# Class Smartsheet.Api.Models.Workspace.UpdateWorkspaceBuilder

A convenience class for creating a Workspace object with the appropriate fields for updating a workspace.
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method Description
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.

Method Details

Build() public method

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

UpdateWorkspaceBuilder() public method

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
return System