Click or drag to resize

Share Class

Represents a Share Object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsShare

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 Share : NamedModel

The Share type exposes the following members.

Constructors
  NameDescription
Public methodShare
Top
Properties
  NameDescription
Public propertyAccessLevel
Gets the access level for this specific share.
Public propertyCcMe
Flag to indicate whether or not to send a copy of the email to the sharer of the sheet. This attribute can be specified in a request, but will never be present in a response.
Public propertyCreatedAt
Gets the Time that the share was created.
Public propertyEmail
Gets the Email for this specific share.
Public propertyGroupId
Group ID if the share is a group share, else null.
Public propertyId
Share ID, unlike other Smartsheet object ids, this id is an alphanumeric string.
Public propertyMessage
The message to be included in the body of the email that will optionally be sent to the recipient. This attribute can be specified in a request, but will never be present in a response.
Public propertyModifiedAt
Gets the time that the share was modified.
Public propertyScope
The scop of this share. One of ITEM or WORKSPACE.
Public propertySubject
The subject of the email that will optionally be sent to notify the recipient. This attribute can be specified in a request, but will never be present in a response.
Public propertyType
The type of this share. One of USER or GROUP.
Public propertyUserId
User ID if the share is a user share, else null.
Top
See Also