Click or drag to resize

CreateShareBuilder Methods

The CreateShareBuilder type exposes the following members.

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