Class ImageUrl
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the ImageUrl object.
public class ImageUrl
- Inheritance
-
ImageUrl
- Inherited Members
Properties
Error
Get the Error object. Present in the Get Image URLs response only if an error occurred retrieving the image.
public Error Error { get; set; }
Property Value
- Error
the Error
Height
Get the Height (in pixels) of the uploaded image.
public long? Height { get; set; }
Property Value
- long?
ImageId
Get Image Id.
public string ImageId { get; set; }
Property Value
- string
the Id
Url
Temporary URL that can be used to retrieve the image.
public string Url { get; set; }
Property Value
- string
the Url
Width
Get the Width (in pixels) of the uploaded image.
public long? Width { get; set; }
Property Value
- long?