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
)
Public Sub New (
shareId As String,
accessLevel As Nullable(Of AccessLevel)
)
public:
UpdateShareBuilder(
String^ shareId,
Nullable<AccessLevel> accessLevel
)
new :
shareId : string *
accessLevel : Nullable<AccessLevel> -> UpdateShareBuilder
Parameters
- shareId
- Type: SystemString
the share Id - accessLevel
- Type: SystemNullableAccessLevel
the Access Level
See Also