Click or drag to resize

ShareCreateShareBuilderSetGroupId Method

the group share recipient’s group ID. NOTE: One of email or groupId must be specified, but not both.

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 CreateShareBuilder SetGroupId(
	Nullable<long> groupId
)

Parameters

groupId
Type: SystemNullableInt64
the groupId

Return Value

Type: CreateShareBuilder
the share to one builder
See Also