Class ProfileImage
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Image object.
public class ProfileImage
- Inheritance
-
ProfileImage
- Inherited Members
Properties
Height
Get the Height (in pixels) of the image.
public long? Height { get; set; }
Property Value
- long?
ImageId
Get Image Id.
public string ImageId { get; set; }
Property Value
- string
the Id
Width
Get the Width (in pixels) of the image.
public long? Width { get; set; }
Property Value
- long?