Click or drag to resize

ShareUpdateShareBuilder Constructor

Sets the required properties for updating a share object.

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 UpdateShareBuilder(
	string shareId,
	Nullable<AccessLevel> accessLevel
)

Parameters

shareId
Type: SystemString
the share Id
accessLevel
Type: SystemNullableAccessLevel
the Access Level
See Also