Click or drag to resize

EventAction Property

Gets the action associated with the event (EventAction enumeration)

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 EventAction Action { get; set; }

Return Value

Type: EventAction
the event action
See Also