Click or drag to resize

WidgetType Enumeration

Represents the contents of the widget.

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 enum WidgetType
Members
  Member nameValueDescription
CHART0 ChartWidgetContent object
IMAGE1 ImageWidgetContent object
METRIC2 CellLinkWidgetContent object
GRIDGANTT3 ReportWidgetContent object
RICHTEXT4 RichTextWidgetContent object
SHORTCUT5 ShortcutWidgetContent object
TITLE6 TitleWidgetContent object
WEBCONTENT7 WebContent object
SHORTCUTLIST8 SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
SHORTCUTICON9
SHEETSUMMARY10 SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object
See Also