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

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

Public Methods

Method Description
Build ( ) : Workspace

Builds the Workspace.

CreateWorkspaceBuilder ( string name ) : System

Sets the required parameters to create a Workspace.

Method Details

Build() public method

Builds the Workspace.
public Build ( ) : Workspace
return Workspace

CreateWorkspaceBuilder() public method

Sets the required parameters to create a Workspace.
public CreateWorkspaceBuilder ( string name ) : System
name string the name of the workspace
return System