Table of Contents

Enum EventSource

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Enum holding source of an event.

public enum EventSource

Fields

API_INTEGRATED_APP = 3

API integrated application.

API_UNDEFINED_APP = 4

API through undefined application.

MOBILE_ANDROID = 2

Mobile android device.

MOBILE_IOS = 1

Mobile IOS device.

UNKNOWN = 5

Not known at this point.

WEB_APP = 0

Smartsheet web application.