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
)
Public Function SetGroupId (
groupId As Nullable(Of Long)
) As CreateShareBuilder
public:
CreateShareBuilder^ SetGroupId(
Nullable<long long> groupId
)
member SetGroupId :
groupId : Nullable<int64> -> CreateShareBuilder
Parameters
- groupId
- Type: SystemNullableInt64
the groupId
Return Value
Type:
CreateShareBuilder the share to one builder
See Also