Click or drag to resize

ShareCreateShareBuilderSetAccessLevel Method (String)

(optional): The message to be included in the body of the email that will optionally be sent to the recipient.

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 SetAccessLevel(
	string message
)

Parameters

message
Type: SystemString
the message

Return Value

Type: CreateShareBuilder
the share to one builder
See Also