Click or drag to resize

WorkspaceUpdateWorkspaceBuilder Constructor

Build workspace with required parameter name.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public UpdateWorkspaceBuilder(
	Nullable<long> id,
	string name
)

Parameters

id
Type: SystemNullableInt64
the id of the workspace
name
Type: SystemString
the name of the workspace
See Also