Click or drag to resize

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

Parameters

name
Type: SystemString
the name of the group

Return Value

Type: CreateGroupBuilder
the create group builder
See Also