CreateShareBuilder Class |
Namespace: Smartsheet.Api.Models
The CreateShareBuilder type exposes the following members.
Name | Description | |
---|---|---|
CreateShareBuilder(NullableInt64, NullableAccessLevel) |
Sets the required properties for sharing to a Group.
| |
CreateShareBuilder(String, NullableAccessLevel) |
Sets the required properties for sharing to a User.
|
Name | Description | |
---|---|---|
Build |
Builds the object.
| |
GetAccessLevel |
Gets the access level.
| |
GetCcMe |
Gets the CcMe.
| |
GetEmail |
Gets the Email.
| |
GetGroupId |
Gets the GroupId.
| |
GetMessage |
Gets the Message.
| |
GetSubject |
Gets the Subject.
| |
SetAccessLevel(String) |
(optional): The message to be included in the body of the email that will optionally be sent to the recipient.
| |
SetAccessLevel(NullableAccessLevel) |
(required) Access level for this specific share.
| |
SetCcMe |
(optional): Boolean flag to indicate whether or not to CC the user sharing the sheet.
| |
SetEmail |
(optional) Email address for this specific share.
NOTE: One of email or groupId must be specified, but not both.
| |
SetGroupId |
the group share recipient’s group ID.
NOTE: One of email or groupId must be specified, but not both.
| |
SetSubject |
(optional): The subject of the email that will optionally be sent to notify the recipient.
|