Table of Contents

Enum ObjectValueType

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

Types of values an object can have.

public enum ObjectValueType

Fields

ABSTRACT_DATETIME = 2

a project date and time in ISO-8601 format, or a free-form text value.

BOOLEAN = 9

Object representing a true or false state

CONTACT = 3

an email address representing a contact, or a free-form text value.

DATE = 0

a date in ISO-8601 format, or a free-form text value.

DATETIME = 1

a project date and time in ISO-8601 format, or a free-form text value.

DURATION = 4

a duration value such as "4d 6h 30m" in the user's locale, or a free-form text value.

MULTI_CONTACT = 6

only visible when using a query parameter of level and the value appropriate to the dashboard, report, or sheet that you are querying, otherwise the column type is TEXT_NUMBER.

MULTI_PICKLIST = 7

only visible when using a query parameter of level and the value appropriate to the dashboard, report, or sheet that you are querying, otherwise the column type is TEXT_NUMBER.

NULL = 11

Empty state

NUMBER = 8

Numeric object

PREDECESSOR_LIST = 5

a comma-delimited predecessor list such as "12FS +3d 4h, 14SS", or a free-form text value.

STRING = 10

Object representing a string of characters