Class ImageWidgetContent
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the ImageWidgetContent object.
public class ImageWidgetContent : IWidgetContent
- Inheritance
-
ImageWidgetContent
- Implements
- Inherited Members
Properties
FileName
Name of the image file.
public string FileName { get; set; }
Property Value
- string
the name
Format
The formatDescriptor for the image file.
public string Format { get; set; }
Property Value
- string
the formatDescriptor
Height
Original height of the image in pixels.
public int? Height { get; set; }
Property Value
- int?
the height
Hyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null)
public WidgetHyperlink Hyperlink { get; set; }
Property Value
- WidgetHyperlink
the Link
PrivateId
The image private ID.
public string PrivateId { get; set; }
Property Value
- string
the ID
WidgetType
Returns the type for this widget content object
public WidgetType WidgetType { get; }
Property Value
Width
Original width of the image in pixels.
public int? Width { get; set; }
Property Value
- int?
the width