Class ShortcutDataItem
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the widget object.
public class ShortcutDataItem
- Inheritance
-
ShortcutDataItem
- Inherited Members
Properties
AttachmentType
Attachment type (one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, EGNYTE, ONEDRIVE, SMARTSHEET).
public AttachmentType? AttachmentType { get; set; }
Property Value
- AttachmentType?
the attachment type
Hyperlink
Hyperlink object.
public Hyperlink Hyperlink { get; set; }
Property Value
- Hyperlink
the Link
Label
Label for the data point.
public string Label { get; set; }
Property Value
- string
the label
LabelFormat
formatDescriptor.
public string LabelFormat { get; set; }
Property Value
- string
the labelFormat
MimeType
Certain attachment types will also include a mimeType.
public string MimeType { get; set; }
Property Value
- string
the MIME type
Order
The display order for the CellDataItem.
public int? Order { get; set; }
Property Value
- int?
the display order