Click or drag to resize

ShortcutDataItem Class

Represents the widget object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsShortcutDataItem

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 class ShortcutDataItem

The ShortcutDataItem type exposes the following members.

Constructors
  NameDescription
Public methodShortcutDataItem
Top
Properties
  NameDescription
Public propertyAttachmentType
Attachment type (one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, EGNYTE, ONEDRIVE, SMARTSHEET).
Public propertyHyperlink
Hyperlink object.
Public propertyLabel
Label for the data point.
Public propertyLabelFormat
formatDescriptor.
Public propertyMimeType
Certain attachment types will also include a mimeType.
Public propertyOrder
The display order for the CellDataItem.
Top
See Also