Click or drag to resize

ImageWidgetContent Class

Represents the ImageWidgetContent object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsImageWidgetContent

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 ImageWidgetContent : IWidgetContent

The ImageWidgetContent type exposes the following members.

Constructors
  NameDescription
Public methodImageWidgetContent
Top
Properties
  NameDescription
Public propertyFileName
Name of the image file.
Public propertyFormat
The formatDescriptor for the image file.
Public propertyHeight
Original height of the image in pixels.
Public propertyHyperlink
The widget has when clicked attribute set to that hyperlink (if present and non-null)
Public propertyPrivateId
The image private ID.
Public propertyWidgetType
Returns the type for this widget content object
Public propertyWidth
Original width of the image in pixels.
Top
See Also