Click or drag to resize

AutomationAction Class

Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsAutomationAction

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 AutomationAction

The AutomationAction type exposes the following members.

Constructors
  NameDescription
Public methodAutomationAction
Top
Properties
  NameDescription
Public propertyFrequency
Gets the automation action frequency
Public propertyIncludeAllColumns
Gets the flag indicating if all columns in the sheet should be included with the email
Public propertyIncludeAttachments
Gets the flag indicating if attachments should be included with the email
Public propertyIncludeColumnIds
Gets the list of included columns
Public propertyIncludeDiscussions
Gets the flag indicating if discussions should be included with the email
Public propertyMessage
Gets the email body
Public propertyNotifhyAllSharedUsers
Gets the flag indicating if notification should be sent to all shared users
Public propertyRecipientColumnIds
Gets a list of columns from which to collect email recipients
Public propertyRecipients
Gets the list of recipients
Public propertySubject
Gets the email subject line
Public propertyType
Gets the automation action type
Top
See Also