Click or drag to resize

Share.CreateShareBuilder Constructor (String, Nullable<AccessLevel>)

Sets the required properties for sharing to a User.

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

Parameters

email
Type: System.String
the email of the User
accessLevel
Type: System.Nullable<AccessLevel>
the Access Level
See Also