Click or drag to resize

GroupUpdateGroupBuilderSetName Method

Sets the Name of the Group.

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 UpdateGroupBuilder SetName(
	string name
)

Parameters

name
Type: SystemString
the name of the Group

Return Value

Type: UpdateGroupBuilder
the update group builder
See Also