Class MultiShare
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the MultiShare object.
public class MultiShare
- Inheritance
-
MultiShare
- Inherited Members
Properties
AccessLevel
Gets the access level.
public AccessLevel? AccessLevel { get; set; }
Property Value
- AccessLevel?
the access level
CCMe
Gets the flag to indicate whether or not to carbon copy the user sharing the sheet.
public bool? CCMe { get; set; }
Property Value
- bool?
the carbon copy me flag
Message
Gets the Message to be included in the body of the Email that will be sent to the use.
public string Message { get; set; }
Property Value
- string
the Message
Subject
Gets the Subject of the Email that sent to notify the Users.
public string Subject { get; set; }
Property Value
- string
the Subject
Users
Gets the Users.
public IList<User> Users { get; set; }