Click or drag to resize

ShareToManyBuilder Class

A convenience class for creating a MultiShare object with the necessary fields for sharing a sheet with many Users.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsShareToManyBuilder

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 ShareToManyBuilder

The ShareToManyBuilder type exposes the following members.

Constructors
  NameDescription
Public methodShareToManyBuilder
Top
Properties
  NameDescription
Public propertyAccessLevel
Gets the access level.
Public propertyCCMe
Gets the cc me.
Public propertyMessage
Gets the Message.
Public propertySubject
Gets the Subject.
Public propertyUsers
Gets the Users.
Top
Methods
  NameDescription
Public methodBuild
Builds the Multishare object with the set fields.
Public methodSetAccessLevel
Sets the access level.
Public methodSetCCMe
Set the carbon copy me flag.
Public methodSetMessage
Sets the Message to be included in the body of the Email that will be sent to the use.
Public methodSetSubject
Sets the Subject of the Email that sent to notify the Users.
Public methodSetUsers
Sets the Users that will be shared with. The Email address must be defined for each user.
Top
See Also