Click or drag to resize

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
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 interface SheetAutomationRuleResources

The SheetAutomationRuleResources type exposes the following members.

Methods
  NameDescription
Public methodDeleteAutomationRule

Deletes an automation rule for this sheet.

Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/automationrules/{automationRuleId}

Public methodGetAutomationRule

Gets an automation rule for this sheet.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/automationrules/{automationRuleId}

Public methodListAutomationRules

Gets all automation rules for this sheet.

Mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/automationrules

Public methodUpdateAutomationRule

Updates an automation rule for this sheet.

Mirrors to the following Smartsheet REST API method: PUT /sheets/{sheetId}/automationrules/{automationRuleId}

Top
See Also