Click or drag to resize

CreateShareBuilder Class

A convenience class for creating a with the necessary fields for sharing the sheet to one user.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateShareBuilder

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 class CreateShareBuilder

The CreateShareBuilder type exposes the following members.

Constructors
Methods
  NameDescription
Public methodBuild
Builds the object.
Public methodGetAccessLevel
Gets the access level.
Public methodGetCcMe
Gets the CcMe.
Public methodGetEmail
Gets the Email.
Public methodGetGroupId
Gets the GroupId.
Public methodGetMessage
Gets the Message.
Public methodGetSubject
Gets the Subject.
Public methodSetAccessLevel(String)
(optional): The message to be included in the body of the email that will optionally be sent to the recipient.
Public methodSetAccessLevel(NullableAccessLevel)
(required) Access level for this specific share.
Public methodSetCcMe
(optional): Boolean flag to indicate whether or not to CC the user sharing the sheet.
Public methodSetEmail
(optional) Email address for this specific share. NOTE: One of email or groupId must be specified, but not both.
Public methodSetGroupId
the group share recipient’s group ID. NOTE: One of email or groupId must be specified, but not both.
Public methodSetSubject
(optional): The subject of the email that will optionally be sent to notify the recipient.
Top
See Also