Click or drag to resize

ShareCreateShareBuilder Constructor (NullableInt64, NullableAccessLevel)

Sets the required properties for sharing to a 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 CreateShareBuilder(
	Nullable<long> groupId,
	Nullable<AccessLevel> accessLevel
)

Parameters

groupId
Type: SystemNullableInt64
the group ID
accessLevel
Type: SystemNullableAccessLevel
the Access Level
See Also