Table of Contents

Enum WidgetType

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

Represents the contents of the widget.

public enum WidgetType

Fields

CHART = 0

ChartWidgetContent object

GRIDGANTT = 3

ReportWidgetContent object

IMAGE = 1

ImageWidgetContent object

METRIC = 2

CellLinkWidgetContent object

RICHTEXT = 4

RichTextWidgetContent object

SHEETSUMMARY = 10

SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object

SHORTCUT = 5

ShortcutWidgetContent object

SHORTCUTICON = 9

SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object

SHORTCUTLIST = 8

SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object

TITLE = 6

TitleWidgetContent object

WEBCONTENT = 7

WebContent object

See Also