Enum WidgetType
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the contents of the widget.
public enum WidgetType
Fields
CHART = 0ChartWidgetContent object
GRIDGANTT = 3ReportWidgetContent object
IMAGE = 1ImageWidgetContent object
METRIC = 2CellLinkWidgetContent object
RICHTEXT = 4RichTextWidgetContent object
SHEETSUMMARY = 10SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object
SHORTCUT = 5ShortcutWidgetContent object
SHORTCUTICON = 9SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
SHORTCUTLIST = 8SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
TITLE = 6TitleWidgetContent object
WEBCONTENT = 7WebContent object