Class ShortcutWidgetContent
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the ShortcutWidgetContent object.
public class ShortcutWidgetContent : IWidgetContent
- Inheritance
-
ShortcutWidgetContent
- Implements
- Inherited Members
Properties
ShortcutData
An array of ShortcutDataItem objects.
public IList<ShortcutDataItem> ShortcutData { get; set; }
Property Value
- IList<ShortcutDataItem>
the array
WidgetType
Returns the type for this widget content object
public WidgetType WidgetType { get; }