Click or drag to resize

ShareCreateShareBuilder Constructor (String, NullableAccessLevel)

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: SystemString
the email of the User
accessLevel
Type: SystemNullableAccessLevel
the Access Level
See Also