Smartsheet.Api.Models.Workspace.CreateWorkspaceBuilder.CreateWorkspaceBuilder C# (CSharp) Method

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
            public CreateWorkspaceBuilder(string name)
            {
                this.workspaceName = name;
            }
Workspace.CreateWorkspaceBuilder