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 Enumeration WidgetType
public enum class WidgetType
Members
| Member name | Value | Description |
---|
| CHART | 0 |
ChartWidgetContent object
|
| IMAGE | 1 |
ImageWidgetContent object
|
| METRIC | 2 |
CellLinkWidgetContent object
|
| GRIDGANTT | 3 |
ReportWidgetContent object
|
| RICHTEXT | 4 |
RichTextWidgetContent object
|
| SHORTCUT | 5 |
ShortcutWidgetContent object
|
| TITLE | 6 |
TitleWidgetContent object
|
| WEBCONTENT | 7 |
WebContent object
|
| SHORTCUTLIST | 8 |
SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
|
| SHORTCUTICON | 9 | |
| SHEETSUMMARY | 10 |
SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object
|
See Also