SheetAutomationRuleResources Interface | ![]() |
This interface provides methods to access AutomationRule resources that are associated to a sheet object.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The SheetAutomationRuleResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteAutomationRule | Deletes an automation rule for this sheet. Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/automationrules/{automationRuleId} |
![]() | GetAutomationRule | Gets an automation rule for this sheet. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/automationrules/{automationRuleId} |
![]() | ListAutomationRules | Gets all automation rules for this sheet. Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/automationrules |
![]() | UpdateAutomationRule | Updates an automation rule for this sheet. Mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/automationrules/{automationRuleId} |