Click or drag to resize

MultiShare Class

Represents the MultiShare object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsMultiShare

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 MultiShare

The MultiShare type exposes the following members.

Constructors
  NameDescription
Public methodMultiShare
Top
Properties
  NameDescription
Public propertyAccessLevel
Gets the access level.
Public propertyCCMe
Gets the flag to indicate whether or not to carbon copy the user sharing the sheet.
Public propertyMessage
Gets the Message to be included in the body of the Email that will be sent to the use.
Public propertySubject
Gets the Subject of the Email that sent to notify the Users.
Public propertyUsers
Gets the Users.
Top
See Also