Click or drag to resize

GroupUpdateGroupBuilderSetDescription Method

Sets the Description 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 SetDescription(
	string description
)

Parameters

description
Type: SystemString
the description of the Group

Return Value

Type: UpdateGroupBuilder
the update group builder
See Also