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
)
Public Function SetAccessLevel (
message As String
) As CreateShareBuilder
public:
CreateShareBuilder^ SetAccessLevel(
String^ message
)
member SetAccessLevel :
message : string -> CreateShareBuilder
Parameters
- message
- Type: SystemString
the message
Return Value
Type:
CreateShareBuilder the share to one builder
See Also