Click or drag to resize

Event Class

Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsEvent

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 Event

The Event type exposes the following members.

Constructors
  NameDescription
Public methodEvent
Top
Properties
  NameDescription
Public propertyAccessTokenName
Gets the access token name associated with the event, can be null
Public propertyAction
Gets the action associated with the event (EventAction enumeration)
Public propertyAdditionalDetails
Returns a dictionary of additional details associated with the event
Public propertyEventId
Gets a unique event ID
Public propertyEventTimestamp
Gets an event timestamp, either a Date object, or Long if numericDates parameter is true on API call.
Public propertyObjectId
Get the object ID of the object associated with the event
Public propertyObjectType
Gets the object type of the object associated with the event (EventObjectType enumeration)
Public propertyRequestUserId
Get the user ID of the user whose credential initiated the request
Public propertySource
Gets the source of the event request (EventSource enumeration)
Public propertyUserId
Gets the assumed user ID for the event request
Top
See Also